konst::slice::cmp

Function cmp_slice_str

Source
pub const fn cmp_slice_str(left: &[&str], right: &[&str]) -> Ordering
Expand description

Compares two &[&str], returning the order of left relative to right.