AllSubcommandsOf.AllSubcommandsOf

Undocumented in source.
  1. alias AllSubcommandsOf = AliasSeq!(CommandTypes[0], staticMap!(.AllSubcommandsOf, SubcommandsOf!(CommandTypes[0])))
    template AllSubcommandsOf(CommandTypes...)
    static if(CommandTypes.length == 1)
    alias AllSubcommandsOf = AliasSeq!(CommandTypes[0], staticMap!(.AllSubcommandsOf, SubcommandsOf!(CommandTypes[0])))
  2. alias AllSubcommandsOf = AliasSeq!()
  3. alias AllSubcommandsOf = staticMap!(.AllSubcommandsOf, CommandTypes)

Meta