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