Function konst::slice::cmp::cmp_slice_str[][src]

pub const fn cmp_slice_str(left: &[&str], right: &[&str]) -> Ordering
This is supported on crate feature cmp only.
Expand description

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