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