getParamType.P1

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

Meta