Declaration.isReference

class Declaration
final const pure nothrow @nogc @safe
bool
isReference
()

Return Value

Type: bool

Whether the variable is a reference, annotated with out or ref

Meta