Skip to main content

diverging

Function diverging 

Source
fn diverging<'a>(
    a: &'a HashMap<ShortStateKey, OwnedEventId>,
    b: &'a HashMap<ShortStateKey, OwnedEventId>,
) -> impl Iterator<Item = ShortStateKey> + 'a
Expand description

Keys of entries in a absent from or differing in b.