Validate

Validates a command line argument.

  1. bool Validate(string arg, int n)
  2. bool Validate(string arg, string str)
    bool
    Validate
    @property
    ()
    (
    string arg
    ,
    string str
    )
    if (
    is(FunctionTypeOf!(f) == function) &&
    is(Parameters!(f)[1] == string)
    )

Meta