pub const fn cmp_slice_i128<'a>(left: &[i128], right: &[i128]) -> Ordering
Compares two &[i128], returning the order of left relative to right.
&[i128]
left
right