Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nfabredev/45b5c37fa162766a2f4b8c042439485d to your computer and use it in GitHub Desktop.
Save nfabredev/45b5c37fa162766a2f4b8c042439485d to your computer and use it in GitHub Desktop.
Elixir snippets
|> 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