pub const fn cmp_slice_bool<'a>(left: &[bool], right: &[bool]) -> Ordering
Compares two &[bool], returning the order of left relative to right.
&[bool]
left
right