BaseElementType.BaseElementType

Undocumented in source.
  1. alias BaseElementType = BaseElementType!(E)
  2. alias BaseElementType = BaseElementType!E
  3. alias BaseElementType = BaseElementType!E
    template BaseElementType(T)
    static if(!(is(T E : E[])))
    static if(!(is(T E : E*)))
    static if(is(typeof(&T.opIndex) E == return))
    alias BaseElementType = BaseElementType!E
  4. alias BaseElementType = T

Meta