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