element_set_true_from

Function element_set_true_from 

Source
pub fn element_set_true_from(value: &mut u32, ndx: usize)
Available on crate feature bigendian only.
Expand description

Set all bits from [ndx..] to true (1).

Doesn’t do anything if ndx >= ELEMENT_BITS.