Function konst::slice::cmp::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.