OptVal.OPTIONAL

Undocumented in source.
  1. enum OPTIONAL;
    struct OptVal(T, string shortAndVal, bool isMandatory = false)
    static if(!is(T == bool))
    static if(shortAndVal[$ - 1] == ']')
    enum OPTIONAL = true;
  2. enum OPTIONAL;

Meta