iex> Enum.map([1, 2, 3], fn x -> x * 2 end) [2, 4, 6] iex> Enum.sum([1, 2, ... Returns a map with keys as unique elements of enumerable and values as the ...
確定! 回上一頁