Abstract
Skip the first N elements of an iterable, or the last N elements if N is negative.
Returns a slice of the iterable.
Splice the iterable.
Take the first N elements of an iterable, or the last N elements if N is negative.
Skip the first N elements of an iterable, or the last N elements if N is negative.