pub fn slice_set_true_from(slice: &mut [u8], ndx: usize)
bigendian
Set all bits from [ndx..] to true (1).
true
1
Doesn’t do anything if ndx >= ELEMENT_BITS * slice.len().
ndx >= ELEMENT_BITS * slice.len()