Skip to main content

U16320

Type Alias U16320 

Source
pub type U16320 = UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B1>, B1>, B1>, B1>, B1>, B1>, B0>, B0>, B0>, B0>, B0>, B0>;
Available on crate feature extra-sizes only.

Aliased Type§

pub struct U16320 { /* private fields */ }

Trait Implementations§

Source§

impl ArraySize for U16320

Source§

type ArrayType<T> = [T; 16320]

Array type which corresponds to this size. Read more