pub fn slice_set_false_from(slice: &mut [u32], ndx: usize)Available on (crate features
bigendian or net) and crate feature bigendian only.Expand description
Set all bits from [ndx..] to false (0).
Doesn’t do anything if ndx >= ELEMENT_BITS * slice.len().