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

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

Returns the ordering of l and r for unsigned integers.

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