IterableUtils<E> extension

Miscellaneous utility methods for Iterable.

on

Methods

drain() → void
Iterates over all elements, discarding the results.
startsWith(Iterable<E> other) bool
Returns true if this starts with other in order.