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