StartsWithExtension<T> extension

on

Methods

startsWith(Iterable<T> other, {bool comparer(T otherElement, T element)?}) bool
Returns true if this iterable starts with the same elements that are in other.