pub type U0 = UTerm;
Aliased Type§
struct U0;
Implementations
Trait Implementations§
Source§impl Ord for UTerm
impl Ord for UTerm
Source§impl PartialOrd for UTerm
impl PartialOrd for UTerm
Source§impl<U: Unsigned> Shl<U> for UTerm
Shifting left UTerm
by an unsigned integer: UTerm << U = UTerm
impl<U: Unsigned> Shl<U> for UTerm
Shifting left UTerm
by an unsigned integer: UTerm << U = UTerm
Source§impl<U: Unsigned> Shr<U> for UTerm
Shifting right a UTerm
by an unsigned integer: UTerm >> U = UTerm
impl<U: Unsigned> Shr<U> for UTerm
Shifting right a UTerm
by an unsigned integer: UTerm >> U = UTerm