containsAny

fun <T> Iterable<T>.containsAny(list: List<T>): Boolean
fun <T> Iterable<T>.containsAny(vararg list: T): Boolean