Type Alias fixed::types::extra::U2

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

Aliased Type§

struct U2 { /* private fields */ }

Trait Implementations§

source§

impl<U, B> Unsigned for UInt<U, B>where U: Unsigned, B: Bit,