ET.PointerIsConst

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

Meta