pub type BitU16<const N: u32> = BitUint<u16, N>;
A specialized BitUint type whose the underlying type is restricted to u16.
BitUint
u16
The largest size of N is equal to u16::BITS.
N
u16::BITS
pub struct BitU16<const N: u32>(/* private fields */);