Type Alias hybrid_array::consts::U1

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

Aliased Type§

struct U1 { /* private fields */ }

Trait Implementations§

source§

impl ArraySize for U1

§

type ArrayType<T> = [T; 1]

Array type which corresponds to this size.