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