Type Alias BitI16

Source
pub type BitI16<const N: u32> = BitInt<i16, N>;
Expand description

A specialized BitInt type whose the underlying type is restricted to i16.

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

Aliased Typeยง

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