pub const fn cmp_usize(left: usize, right: usize) -> Ordering
Compares two usize, returning the ordering of left relative to right.
usize
left
right