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

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

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

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