bitstring::utils::bigendian::u128

Function make_element_set

source
pub const fn make_element_set(value: u128, ndx: usize, bit: bool) -> u128
Available on (crate features bigendian or net) and crate feature bigendian only.
Expand description

Set the ndxth bit to bit.

ยงPanics

Panics if ndx >= ELEMENT_BITS.