ElementType.ElementType

Undocumented in source.
  1. alias ElementType = E
  2. alias ElementType = typeof(T.init.front())
    template ElementType(alias T)
    static if(!(is(T == E[], E)))
    static if(isInputRange!T)
    alias ElementType = typeof(T.init.front())

Meta