Compare two Ord to determine their ordering.
Ord
cmp(lhs, rhs) is equivalent to lhs[Ord.cmp](rhs).
cmp(lhs, rhs)
lhs[Ord.cmp](rhs)
Generated using TypeDoc
Compare two
Ord
to determine their ordering.