BitI8

Type Alias BitI8 

Source
pub type BitI8<const N: u32> = BitInt<i8, N>;
Expand description

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

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

Aliased Typeยง

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