Type Alias U320

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

Aliased Type§

struct U320 { /* private fields */ }

Trait Implementations§

Source§

impl ArraySize for U320

Source§

type ArrayType<T> = [T; 320]

Array type which corresponds to this size. Read more