Join Slack
Communities
Powered by
what is the best way to turn a list `[a, b, c, d, ...
# getting-started
k
khentek25
01/10/2017, 11:25 PM
what is the best way to turn a list
[a, b, c, d, e, f]
into map
{a to b, c to d, e to f}
, assuming the list always have even number of elements?
Open in Slack
Previous
Next