pub const fn mask(ndx: usize) -> u128
Available on (crate features
bigendian
or net
) and crate feature bigendian
only.Expand description
integer with single bit set. bit 0 is the highest bit (big
endian). Wraps at ELEMENT_BITS
.