Type Alias hybrid_array::consts::U15

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

Aliased Type§

struct U15 { /* private fields */ }

Trait Implementations§

source§

impl ArraySize for U15

§

type ArrayType<T> = [T; 15]

Array type which corresponds to this size.