ContainerElementType.ContainerElementType

Undocumented in source.
  1. alias ContainerElementType = ElementType
  2. alias ContainerElementType = ET!(is(ContainerType == const), ElementType)
    template ContainerElementType(ContainerType, ElementType)
    @safe
    static if(!(isMutable!ContainerType))
    static if(hasIndirections!ElementType)
    alias ContainerElementType = ET!(is(ContainerType == const), ElementType)
  3. alias ContainerElementType = ElementType

Meta