Variable AtAttribute.templateSingleArgument

For @int or @5, the part after the @. May only be a single token, may not be identifier (see identifier for that). Introduced with DMD 2.104.0

class AtAttribute
{
  // ...
  TemplateSingleArgument templateSingleArgument ;
  // ...
}