Type Alias U2047

Source
pub type U2047 = UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B1>, B1>, B1>, B1>, B1>, B1>, B1>, B1>, B1>;
Available on crate feature extra-sizes only.

Aliased Type§

struct U2047 { /* private fields */ }

Trait Implementations§

Source§

impl ArraySize for U2047

Source§

type ArrayType<T> = [T; 2047]

Array type which corresponds to this size. Read more