pub fn slice_is_true_from(slice: &[u8], 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 * slice.len()
.