StartsWithExtension<T> extension
- on
-
- Iterable<
T>
- Iterable<
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
.