pub fn slice_set(slice: &mut [u32], ndx: usize, bit: bool)
bigendian
Set the ndxth bit to bit.
ndx
bit
Panics if ndx >= ELEMENT_BITS * slice.len().
ndx >= ELEMENT_BITS * slice.len()