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