pub fn slice_set_false_from(slice: &mut [u32], ndx: usize)
bigendian
Set all bits from [ndx..] to false (0).
false
0
Doesn’t do anything if ndx >= ELEMENT_BITS * slice.len().
ndx >= ELEMENT_BITS * slice.len()