ET.ET

Undocumented in source.
  1. alias ET = ElementType
  2. alias ET = ElementType
  3. alias ET = const(PointerTarget!ElementType)*
  4. alias ET = immutable(PointerTarget!ElementType)*
  5. alias ET = ElementType
  6. alias ET = ElementType
  7. alias ET = const(Unqual!ElementType)
    template ET(bool isConst, T)
    @safe
    static if(!(isPointer!ElementType))
    static if(isConst)
    static if(!(is(ElementType == immutable)))
    alias ET = const(Unqual!ElementType)
  8. alias ET = immutable(Unqual!ElementType)

Meta