ET.DataIsConst

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

Meta