Last active
July 17, 2020 23:37
-
-
Save noelworden/fb769a5af92ba83861cf3d9d28228e61 to your computer and use it in GitHub Desktop.
#blog_snippets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| iex> Map.replace!(example_map, :delta, "five") | |
| ** (KeyError) key :delta not found in: %{alpha: "one", bravo: "two", charlie: "three"} | |
| (stdlib 3.12.1) :maps.update(:delta, "five", %{alpha: "one", bravo: "two", charlie: "three"}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment