Function konst::slice::cmp::cmp_slice_char

source ·
pub const fn cmp_slice_char<'a>(left: &[char], right: &[char]) -> Ordering
Available on crate feature cmp only.
Expand description

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