Validate

Validates a command line argument.

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

Meta