Function Subspace :: sus :: num :: operator<=>

auto operator<=>(i32 l, i32 r) -> std::strong_ordering

Returns the ordering of l and r for signed integers.

Equivalent values also compare as equal and are replaceable so this satisfies the StrongOrd concept.