IterableContainsAny<E> extension

on

Methods

containsAny(Iterable<E> collection) bool

Available on Iterable<E>, provided by the IterableContainsAny extension

Checks if any elements in the specified collection are contained in this collection.