IterableStartsWithExtension<E> extension
- on
-
- Iterable<
E>
- Iterable<
Methods
-
startsWith(
Iterable< E> otherIterable) → bool -
Available on Iterable<
Returns if this Iterable starts with the elements ofE> , provided by the IterableStartsWithExtension extensionotherIterable
.