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