ContainerElementType.ContainerElementType

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

Meta