The input iterator to slice.
The index to start at (inclusive).
Optionalend: numberThe index to end at (exclusive).
A new iterator that only includes the elements between start and end.
Works like Array.prototype.slice, returns a new slice of this iterator.
The index to start at (inclusive).
Optionalend: numberThe index to end at (exclusive).
A new iterator that only includes the elements between start and end.
Works like
Array.prototype.slice, returns a new slice of this iterator.