Check if contains any elements in the other list.
other
bool containsAny(Iterable<V> other) => fn.containsAny(this, other);