Function konst::slice::cmp::cmp_option_slice_bool
source ยท pub const fn cmp_option_slice_bool<'a>(
left: Option<&'a [bool]>,
right: Option<&'a [bool]>,
) -> Ordering
Expand description
Compares two Option<&'a [bool]>
, returning the ordering of left
relative to right
.