Type Alias BitI32

Source
pub type BitI32<const N: u32> = BitInt<i32, N>;
Expand description

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

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

Aliased Typeยง

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