every method

bool every(
  1. Predicate<T> test
)

Implementation

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