IterableStartsWithExtension<E> extension

on

Methods

startsWith(Iterable<E> otherIterable) bool

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

Returns if this Iterable starts with the elements of otherIterable.