Jump to content

Cartesian product of two or more lists: Difference between revisions

m
m (→‎{{header|Wren}}: Minor tidy)
Line 5,154:
{{trans|Kotlin}}
{{libheader|Wren-seq}}
<syntaxhighlight lang="ecmascriptwren">import "./seq" for Lst
 
var prod2 = Fn.new { |l1, l2|
Line 5,249:
]
</pre>
 
=={{header|zkl}}==
Cartesian product is build into iterators or can be done with nested
9,486

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.