CastTo

Finds the type in the TList which T can be typecast to return void if not type is found

Members

Aliases

CastTo
alias CastTo = void
Undocumented in source.
CastTo
alias CastTo = CastTo!(T, TList[1..$])
Undocumented in source.
CastTo
alias CastTo = castT
Undocumented in source.
castT
alias castT = TList[0]
Undocumented in source.

Meta