Type Alias U10

Source
pub type U10 = UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B1>, B0>;

Aliased Type§

struct U10 { /* private fields */ }

Trait Implementations§

Source§

impl ArraySize for U10

Source§

type ArrayType<T> = [T; 10]

Array type which corresponds to this size. Read more