Function const_cmp::slice::eq_option_slice_bool[][src]

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

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