element_is_false_from

Function element_is_false_from 

Source
pub const fn element_is_false_from(value: u128, ndx: usize) -> bool
Available on crate feature bigendian only.
Expand description

Whether all bits from [ndx..] are false (0).

Returns true if ndx >= ELEMENT_BITS.