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

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

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

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