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