Function compacts::bits::and[][src]

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