IterableX<T> extension

Utility extensions on Iterable.

on

Methods

containsAll(Iterable<T> other, {bool equals(Object?, Object?) = _equalityTest}) bool

Available on Iterable<T>, provided by the IterableX extension

Returns whether other's elements are all included in this collection.
containsExactly(Iterable<T> other, {bool equals(Object?, Object?) = _equalityTest}) bool

Available on Iterable<T>, provided by the IterableX extension

Returns whether other has the same elements in the same positions.