Type Alias hybrid_array::consts::U3

source ·
pub type U3 = UInt<UInt<UTerm, B1>, B1>;

Aliased Type§

struct U3 { /* private fields */ }

Trait Implementations§

source§

impl ArraySize for U3

§

type ArrayType<T> = [T; 3]

Array type which corresponds to this size.