what is the best way to turn a list `[a, b, c, d, ...
# getting-started
k
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?