ExcludeRangeExtension<T> extension
- on
-
- Iterable<
T>
- Iterable<
Methods
-
excludeRange(
int start, int count) → Iterable< T> -
Available on Iterable<
Returns all elements in this iterable except those that are within the specified range.T> , provided by the ExcludeRangeExtension extension