Function Subspace :: sus :: num :: operator==

auto operator==(u32 l, u32 r) -> bool

Returns whether l and r are equal for unsigned integers.

Satisfies the Eq concept.