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::prepend
prepend(items, item)
Parameter
Type
Description
items
Iterable
item
*
Returns
(Generator) A new list with the given item prepended to the given Iterable.