ParameterList

Encapsulate Parameters* so .length and i can be used on it. https://dlang.org/spec/function.html#ParameterList

Alias This

parameters

Members

Functions

length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
Parameter opIndex(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

parameters
Parameters* parameters;
Undocumented in source.
varargs
VarArg varargs;
Undocumented in source.

Meta