RANGE

set the range of a registered option or argument which inner type is numeric type

mixin template RANGE (
alias field
Args...
) {}

Members

Aliases

___FType___CMDLINE
alias ___FType___CMDLINE = typeof(field)
Undocumented in source.

Parameters

field

the option or argument in the type of OptVal or ArgVal

Args

the minimum and the maximum in numeric type

Meta