hasValueAnnotation

Undocumented in source.

Members

Aliases

allAnnotations
alias allAnnotations = TypeTuple!(__traits(getAttributes, f))

Undocumented in source.

hasMatch
alias hasMatch(alias attr) = Identity!(is(Attr) && is(typeof(attr) == Attr))

Undocumented in source.

Variables

hasValueAnnotation
enum bool hasValueAnnotation;

Undocumented in source.

Meta