Attributes

This struct represent a tuple of attributes attached to the symbol.

Members

Aliases

symbol
alias symbol = sym

The symbol these attributes originated from

Static functions

any
bool any()

Returns true if there are any attributes.

contains
bool contains()

Returns true if these attributes contain the given symbol

isEmpty
bool isEmpty()

Returns true if the attributes are empty.

length
size_t length()

Returns the length of the attributes.

Meta