maxArgs

Finds the maximum number of arguments a given function may be provided and/or whether the function has a maximum number of arguments.

Members

Aliases

ps
alias ps = ParameterTypeTuple!fn
Undocumented in source.
vstyle
alias vstyle = variadicFunctionStyle!fn
Undocumented in source.

Variables

hasMax
enum bool hasMax;

_

max
enum size_t max;

_

Meta