[−][src]Trait ranged_num::AddU
Associated Types
Loading content...Implementations on Foreign Types
impl<U, B, T> AddU<T> for UInt<U, B> where
T: Unsigned,
UInt<U, B>: Add<T>, [src]
T: Unsigned,
UInt<U, B>: Add<T>,
impl<U, T> AddU<T> for PInt<U> where
T: Unsigned + NonZero,
U: Unsigned + NonZero,
PInt<U>: Add<PInt<T>>, [src]
T: Unsigned + NonZero,
U: Unsigned + NonZero,
PInt<U>: Add<PInt<T>>,
impl<U, T> AddU<T> for NInt<U> where
T: Unsigned + NonZero,
U: Unsigned + NonZero,
NInt<U>: Add<PInt<T>>, [src]
Loading content...T: Unsigned + NonZero,
U: Unsigned + NonZero,
NInt<U>: Add<PInt<T>>,