Type Alias U148

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

Aliased Type§

struct U148 { /* private fields */ }

Trait Implementations§

Source§

impl ArraySize for U148

Source§

type ArrayType<T> = [T; 148]

Array type which corresponds to this size. Read more