* Checks if `predicate` returns truthy for **any** element of `collection`. * The function returns as soon as it finds a passing value and does not iterate * over the entire collection. The predicate is bound to `thisArg` and invoked * with three arguments: (value, index|k
(collection, predicate, thisArg)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected