ParametersRange

The parameters for a function.

Constructors

this
this(FunctionType t)
Undocumented in source.

Alias This

type

Members

Functions

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

Mixins

__anonymous
mixin IndexedRangeX!LxType
Undocumented in source.

Variables

length
size_t length;

The number of parameters this function accepts.

type
FunctionType type;
Undocumented in source.

Meta