Function konst::slice::cmp::cmp_slice_isize
source ยท pub const fn cmp_slice_isize<'a>(left: &[isize], right: &[isize]) -> Ordering
Expand description
Compares two &[isize]
, returning the order of left
relative to right
.