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::take
take(items, count: Integer)
Parameter
Type
Description
items
Iterable
All items
count
Integer
The amount of items to take from the left
Returns
(Generator) A new list with the specified amount of items.