getParamType

Undocumented in source.

Members

Aliases

P1
alias P1 = getParamType!(T[0])
Undocumented in source.
P2
alias P2 = getParamType!(T[1..$])
Undocumented in source.
X
alias X = T[0]
Undocumented in source.
getParamType
alias getParamType = void
Undocumented in source.
getParamType
alias getParamType = ElementType!P
Undocumented in source.
getParamType
alias getParamType = void
Undocumented in source.
getParamType
alias getParamType = P2
Undocumented in source.
getParamType
alias getParamType = P1
Undocumented in source.
getParamType
alias getParamType = typeof(true ? P1.init : P2.init)
Undocumented in source.

Meta