Function Subspace :: sus :: num :: operator+=

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

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

Adds a isize to a referenced pointer, and returns the input reference.