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