hasAnnotation

Checks if a symbol has a specified attribute. If the attribute cannot be found, it checks for attributes on the original attribute type itself. It will keep doing this until it cannot found anymore attributes.

Members

Aliases

hasAnnotation
alias hasAnnotation = Alias!false
Undocumented in source.
hasAnnotation
alias hasAnnotation = Alias!true
Undocumented in source.
hasAnnotation
alias hasAnnotation = hasAnnotation!(uda, __traits(getAttributes, symbol))
Undocumented in source.

Meta