Concept Subspace :: sus :: num :: IntegerPointer

template <class T>
concept IntegerPointer
requires
sus::num::UnsignedPointer<T>

All Subspace pointer integer types. This includes safe integer types that represent pointer values, which is just uptr. See UnsignedNumeric and UnsignedPointer.