ET.DataIsImmutable

Undocumented in source.
template ET(bool isConst, T)
@safe nothrow
static if(isPointer!ElementType)
enum DataIsImmutable = is(PointerTarget!(ElementType) == immutable);

Meta