Function konst::primitive::cmp::cmp_usize

source ยท
pub const fn cmp_usize(left: usize, right: usize) -> Ordering
Expand description

Compares two usize, returning the ordering of left relative to right.