Function konst::slice::cmp::eq_option_slice_bool

source ยท
pub const fn eq_option_slice_bool<'a>(
    left: Option<&'a [bool]>,
    right: Option<&'a [bool]>,
) -> bool
Expand description

Compares two Option<&'a [bool]> for equality.