CommandInfo.udaValue

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

Meta