EndsWithExtension<T> extension

on

Methods

endsWith(Iterable<T> other, {bool comparer(T value, T otherValue)?}) bool
Returns true if this iterable ends with the same elements that are in other.