bit_int

Type Alias BitI64

Source
pub type BitI64<const N: u32> = BitInt<i64, N>;
Expand description

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

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

Aliased Typeยง

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