ASTContext.AttributeWithInfo

Undocumented in source.
struct ASTContext
class AttributeWithInfo (
T
) {}

Constructors

this
this(T value, bool sticky)
Undocumented in source.

Alias This

value

Members

Functions

opUnary
auto opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

sticky
bool sticky;
Undocumented in source.
value
T value;
Undocumented in source.

Meta