hybrid_array::sizes

Type Alias U2

source
pub type U2 = UInt<UInt<UTerm, B1>, B0>;

Aliased Type§

struct U2 { /* private fields */ }

Trait Implementations§

source§

impl ArraySize for U2

source§

type ArrayType<T> = [T; 2]

Array type which corresponds to this size. Read more