MostDerived

Returns the type from TList that is the most derived from T. If no such type is found then T will be returned.

Members

Aliases

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

Meta