AtAttribute.token

Token token() const nothrow pure @nogc @safe scope

Returns either identifier or templateSingleArgument, whichever is set, otherwise Token.init.

This is the single token after the `@` for @identifier, @5, @"string literal", etc.

Not set if parens are used, e.g. not set for @("string in parens").