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

template <class T, class S>
auto operator+(T* t, S offset) -> T*
requires
sus::num::Signed<S>
std::constructible_from<isize, S>

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

Adds a isize to a pointer, returning the resulting pointer.