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