IterableCount<E> extension

on

Methods

count([bool predicate(E element)?]) int

Available on Iterable<E>, provided by the IterableCount extension

Returns the number of elements matching the given predicate.