pub const fn eq_slice_bool(left: &[bool], right: &[bool]) -> bool
Compares two &[bool] for equality.
&[bool]