BitDiff

Trait BitDiff 

Source
pub trait BitDiff<Rhs> {
    type Output;
}
Expand description

Gives SizeOf(Lhs) - SizeOf(Rhs)

Required Associated Types§

Implementors§

Source§

impl<Ul> BitDiff<UTerm> for Ul
where Ul: Unsigned + Len,

Source§

type Output = <Ul as Len>::Output

Source§

impl<Ul, Bl, Ur, Br> BitDiff<UInt<Ur, Br>> for UInt<Ul, Bl>
where Ul: Unsigned + BitDiff<Ur>, Bl: Bit, Ur: Unsigned, Br: Bit,

Source§

type Output = <Ul as BitDiff<Ur>>::Output