Type Alias U8192

Source
pub type U8192 = UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>;

Aliased Type§

struct U8192 { /* private fields */ }

Trait Implementations§

Source§

impl ArraySize for U8192

Source§

type ArrayType<T> = [T; 8192]

Array type which corresponds to this size. Read more