Type Alias BitU64

Source
pub type BitU64<const N: u32> = BitUint<u64, N>;
Expand description

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

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

Aliased Typeยง

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