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,
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,
impl<U> Shr<U> for UTermwhere
U: Unsigned,
Shifting right a UTerm
by an unsigned integer: UTerm >> U = UTerm