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