Function konst::primitive::cmp::cmp_char

source ·
pub const fn cmp_char(left: char, right: char) -> Ordering
Available on crate feature cmp only.
Expand description

Compares two char, returning the ordering of left relative to right.