noneMatch method
Checks if none of the elements match a condition using noneMatch.
Implementation
bool noneMatch(ConditionTester<T> test) => none(test);
Checks if none of the elements match a condition using noneMatch.
bool noneMatch(ConditionTester<T> test) => none(test);