Function konst::slice::cmp::cmp_slice_usize

source ยท
pub const fn cmp_slice_usize<'a>(left: &[usize], right: &[usize]) -> Ordering
Expand description

Compares two &[usize], returning the order of left relative to right.