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

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

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

Subtracts a isize from a referenced pointer, and returns the input reference.