pub const fn element_is_true_from(value: u128, ndx: usize) -> bool
Available on (crate features
bigendian
or net
) and crate feature bigendian
only.Expand description
Whether all bits from [ndx..] are true
(1
).
Returns true
if ndx >= ELEMENT_BITS
.