Skip to content

iter::skip

skip(items, count: Integer)

ParameterTypeDescription
itemsIterableAll items
countIntegerThe amount of items to skip from the left

Returns

(Generator) A new list without the first n items.