konst::slice::cmp

Function cmp_slice_char

Source
pub const fn cmp_slice_char<'a>(left: &[char], right: &[char]) -> Ordering
Expand description

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