Last active
February 27, 2020 12:36
-
-
Save nfabredev/45b5c37fa162766a2f4b8c042439485d to your computer and use it in GitHub Desktop.
Elixir snippets
This file contains 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
|> Enum.map(&Atom.to_string/1) | |
# |> Enum.map(fn field -> Atom.to_string(field) end) | |
#|> Enum.map(&Atom.to_string(&1)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment