CommandInfo.udaValue

Undocumented in source.
  1. enum string udaValue;
  2. auto udaValue;
    template CommandInfo(TCommand)
    immutable
    static if(!(commandUDAs.length == 0))
    static if(!(is(typeof(rawCommandUDA) : string)))
    static if(is(rawCommandUDA == Command))
    auto udaValue = Command([__traits(identifier, TCommand)], "");
  3. auto udaValue;
  4. auto udaValue;
  5. auto udaValue;

Meta