ElementType.ElementType

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

Meta