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
each
each(items, closure)
Parameter
Type
Description
items
Iterable
Container to iterate over.
closure
*
Closure to invoke on every individual item.
Invokes the given closure on each item in the given container.
Returns
(nil)