Tokens.this

this(string source, bool isParsingPattern = false)

Constructs a Tokens instance from a string or string array.

Parameters

sourceThe source string to tokenize, or array of tokens.
isParsingPatternTrue if parsing usage pattern, false if parsing argv.
this(string[] source, bool isParsingPattern = false)

ditto