getParamType.X

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

Meta