MostDerived.MostDerived

Undocumented in source.
  1. alias MostDerived = T
  2. alias MostDerived = MostDerived!(TList[0], TList[1..$])
    template MostDerived(T, TList...)
    static if(!(TList.length == 0))
    static if(is(TList[0] : T))
    alias MostDerived = MostDerived!(TList[0], TList[1..$])
  3. alias MostDerived = MostDerived!(T, TList[1..$])

Meta