Elixir v1.4.5 Atom View Source
Convenience functions for working with atoms.
See also Kernel.is_atom/1
.
Link to this section Summary
Link to this section Functions
Converts an atom to a charlist.
Inlined by the compiler.
Examples
iex> Atom.to_charlist(:"An atom")
'An atom'