ElementType.ElementType

Undocumented in source.
  1. alias ElementType = U
  2. alias ElementType = ReturnType!((R r) => r.front())
  3. alias ElementType = void
    template ElementType(R)
    static if(!(is(R U : U[])))
    static if(!(isInputRange!R))
    alias ElementType = void

Meta