attributeName.attributeName

Undocumented in source.
  1. enum attributeName;
    template attributeName(alias R)
    static if(hasUDA!(R, AttributeAttribute))
    enum attributeName = getUDAs!(R, AttributeAttribute)[0].name;
  2. enum attributeName;

Meta