konst::slice::cmp

Function cmp_slice_i32

Source
pub const fn cmp_slice_i32<'a>(left: &[i32], right: &[i32]) -> Ordering
Expand description

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