Function Subspace :: sus :: num :: operator-

template <class T>
auto operator-(T* t, isize offset) -> T*

Satisfies the Sub concept for pointers (T*) with isize.

Subtracts a isize from a pointer, returning the resulting pointer.