Type Alias U3

Source
pub type U3 = UInt<UInt<UTerm, B1>, B1>;

Aliased Type§

struct U3 { /* private fields */ }

Trait Implementations§

Source§

impl ArraySize for U3

Source§

type ArrayType<T> = [T; 3]

Array type which corresponds to this size. Read more