getParamType.P2

Undocumented in source.
template getParamType(T...)
static if(!(T.length == 0))
static if(!(T.length == 1))
alias P2 = getParamType!(T[1..$])

Meta