Type Alias fixed::types::extra::U37

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

Aliased Type§

struct U37 { /* private fields */ }

Trait Implementations§

source§

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