konst::slice::cmp

Function cmp_slice_bool

Source
pub const fn cmp_slice_bool<'a>(left: &[bool], right: &[bool]) -> Ordering
Expand description

Compares two &[bool], returning the order of left relative to right.