pub const fn cmp_slice_str(left: &[&str], right: &[&str]) -> Ordering
Compares two &[&str], returning the order of left relative to right.
&[&str]
left
right