Function Subspace :: sus :: cmp :: operator<=>
auto operator<=>(const Reverse<T>& lhs, const Reverse<T>& rhs) -> auto
requires
sus::cmp::PartialOrd<T>
Returns the reverse ordering of the value
s in two Reserve
objects.