pub const fn eq_option_slice_bool<'a>( left: Option<&'a [bool]>, right: Option<&'a [bool]>, ) -> bool
Compares two Option<&'a [bool]> for equality.
Option<&'a [bool]>