Type Alias BitU16

Source
pub type BitU16<const N: u32> = BitUint<u16, N>;
Expand description

A specialized BitUint type whose the underlying type is restricted to u16.

The largest size of N is equal to u16::BITS.

Aliased Typeยง

pub struct BitU16<const N: u32>(/* private fields */);