pub const fn cmp_char(left: char, right: char) -> Ordering
Compares two char, returning the ordering of left relative to right.
char
left
right