Type Alias U276

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

Aliased Type§

struct U276 { /* private fields */ }

Trait Implementations§

Source§

impl ArraySize for U276

Source§

type ArrayType<T> = [T; 276]

Array type which corresponds to this size. Read more