any method

bool any(
  1. Predicate<T> test
)

Implementation

bool any(Predicate<T> test) => iter.any(test);