Type Alias BitU128

Source
pub type BitU128<const N: u32> = BitUint<u128, N>;
Expand description

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

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

Aliased Typeยง

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