Function compacts::bits::xor[][src]

Important traits for Xor<'a, L, R>
pub fn xor<'a, L, R>(lhs: L, rhs: R) -> Xor<'a, L::IntoIter, R::IntoIter> where
    L: IntoIterator<Item = Cow<'a, Entry>>,
    R: IntoIterator<Item = Cow<'a, Entry>>,