Type Alias U429

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

Aliased Type§

struct U429 { /* private fields */ }

Trait Implementations§

Source§

impl ArraySize for U429

Source§

type ArrayType<T> = [T; 429]

Array type which corresponds to this size. Read more