isCoreUda

Returns true if the given symbol is a symbol declared in core.attribute and has the given identifier.

This is used to determine if a symbol is a UDA declared in core.attribute.

bool
isCoreUda

Parameters

sym Dsymbol

the symbol to check

ident Identifier

the name of the expected UDA

Meta