konst::slice::cmp

Function cmp_slice_i64

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

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