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::product
product(items)
product(items, repeat: Integer)
Parameter
Type
Description
items
Iterable
(optional) repeat
Integer
Returns
(Generator) The cartesian product of an Iterable.