Still, the structure preserving Enum.map would be not possible in case like:
map = %{2 => 1, 3 => 7}
Enum.map(map, fn {a, b} -> a + b end)
Still, the structure preserving Enum.map would be not possible in case like:
map = %{2 => 1, 3 => 7}
Enum.map(map, fn {a, b} -> a + b end)