konst::primitive::cmp

Function cmp_bool

Source
pub const fn cmp_bool(left: bool, right: bool) -> Ordering
Expand description

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