Type Alias U1008

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

Aliased Type§

struct U1008 { /* private fields */ }

Trait Implementations§

Source§

impl ArraySize for U1008

Source§

type ArrayType<T> = [T; 1008]

Array type which corresponds to this size. Read more