Function rational_deduction::util::has_intersection[][src]

pub fn has_intersection<I>(left: I, right: Vec<&I::Item>) -> bool where
    I: IntoIterator,
    I::Item: PartialEq

Checks if the two multisets share any elements.