Function rational_deduction::util::has_intersection_by[][src]

pub fn has_intersection_by<I, F>(left: I, right: Vec<&I::Item>, eq: F) -> bool where
    I: IntoIterator,
    F: FnMut(&I::Item, &I::Item) -> bool, 

See if the two multisets share any elements.