Join Slack
Communities
Powered by
let's say you have a list `["A", "B", "C", ...]` a...
# getting-started
p
poohbar
06/07/2018, 11:46 AM
let's say you have a list
["A", "B", "C", ...]
and a list
[1, 2, 3, ..]
, how would you get a cartesian product of these two in a functional way?
Open in Slack
Previous
Next