containsHits method

int containsHits(
  1. Iterable<V> other
)

Count of items that hit both lists

Implementation

int containsHits(Iterable<V> other) => fn.containsHits(this, other);