element_contains

Function element_contains 

Source
pub const fn element_contains(value: u16, prefix: usize, other: u16) -> bool
Available 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.