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

template <class T, class U>
auto operator+(T* t, U offset) -> T*
requires
sus::num::Unsigned<U>
std::constructible_from<usize, U>

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

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