MostDerived.MostDerived

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

Meta