ElementType.ElementType

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

Meta