bitstring::utils::bigendian::u128

Function element_set_false_from

source
pub fn element_set_false_from(value: &mut u128, 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.