(no title)
JohnCurran | 4 years ago
list = Enum.map(1..20, & %{foo: &1, bar: "hey"})
Not meant to be a comparison, just another example
JohnCurran | 4 years ago
list = Enum.map(1..20, & %{foo: &1, bar: "hey"})
Not meant to be a comparison, just another example
No comments yet.