Function compacts::bits::and_not[][src]

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