Type Alias U176

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

Aliased Type§

struct U176 { /* private fields */ }

Trait Implementations§

Source§

impl ArraySize for U176

Source§

type ArrayType<T> = [T; 176]

Array type which corresponds to this size. Read more