Skip to content

Instantly share code, notes, and snippets.

@noelworden
Last active July 17, 2020 23:39
Show Gist options
  • Select an option

  • Save noelworden/d655d8d0b33d458f1826ff9ca381655a to your computer and use it in GitHub Desktop.

Select an option

Save noelworden/d655d8d0b33d458f1826ff9ca381655a to your computer and use it in GitHub Desktop.
#blog_snippets
iex> example_map |> Map.put(:alpha, "eight") |> Map.put(:bravo, "nine")
%{alpha: "eight", bravo: "nine", charlie: "three"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment