element_set

Function element_set 

Source
pub fn element_set(value: &mut u128, ndx: usize, bit: bool)
Available on crate feature bigendian only.
Expand description

Set the ndxth bit to bit.

ยงPanics

Panics if ndx >= ELEMENT_BITS.