Returns true if this set contains any element from other.
other
bool containsAny(Iterable<E> other) { return other.any(contains); }