IterableCount<E> extension
- on
-
- Iterable<
E>
- Iterable<
Methods
-
count(
[bool predicate(E element)?]) → int -
Available on Iterable<
Returns the number of elements matching the givenE> , provided by the IterableCount extensionpredicate
.