radar / joyofelixir

A gentle introduction to the Elixir programming language
https://joyofelixir.com
Creative Commons Attribution Share Alike 4.0 International
148 stars 34 forks source link

Chapter 10: wrong arity for Map.put/3 #85

Closed seniorihor closed 3 years ago

seniorihor commented 3 years ago

I want to show you three more functions from Map which I think are as important to know as Map.get/2 and those are Map.put/2, Map.merge/2 and Map.delete/2.

https://joyofelixir.com/10-maps/