Arguments.this

Construct with the specific short & long prefixes, and the given assignment character (typically ':' on Windows but we set the defaults to look like unix instead)

class Arguments
this
(
const(char)[] sp = "-"
,
const(char)[] lp = "--"
,
char eq = '='
)

Meta