Skip to content
The Elk Shell Language
Search
K
Main Navigation
Reference
Standard Library
GitHub
Appearance
GitHub
Menu
Return to top
On this page
Table of Contents for current page
iter::skip
skip(items, count: Integer)
Parameter
Type
Description
items
Iterable
All items
count
Integer
The amount of items to skip from the left
Returns
(Generator) A new list without the first n items.