hybrid_array::sizes

Type Alias U1

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

Aliased Type§

struct U1 { /* private fields */ }

Trait Implementations§

source§

impl ArraySize for U1

source§

type ArrayType<T> = [T; 1]

Array type which corresponds to this size. Read more