OptVal.VARIADIC

Undocumented in source.
  1. enum VARIADIC;
    struct OptVal(T, string shortAndVal, bool isMandatory = false)
    static if(!is(T == bool))
    static if(shortAndVal.length > 5 && shortAndVal[$ - 4 .. $ - 1] == "...")
    enum VARIADIC = true;
  2. enum VARIADIC;

Meta