RepeatType

Undocumented in source.
nothrow @nogc
template RepeatType (
T
int n
R...
) {}

Members

Aliases

RepeatType
alias RepeatType = R
Undocumented in source.
RepeatType
alias RepeatType = RepeatType!(T, n - 1, T, R)
Undocumented in source.

Meta