pub const fn element_contains(value: u16, prefix: usize, other: u16) -> boolAvailable on crate feature
bigendian only.Expand description
check whether another bit string other shares the first
prefix bits with value
ยงPanics
Panics if prefix >= ELEMENT_BITS.