AllSubcommandsOf.AllSubcommandsOf

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

Meta