Elixir v1.2.6 Atom
Convenience functions for working with atoms.
See also Kernel.is_atom/1
.
Summary
Functions
Converts an atom to a char list.
Inlined by the compiler.
Examples
iex> Atom.to_char_list(:"An atom")
'An atom'
Convenience functions for working with atoms.
See also Kernel.is_atom/1
.
Converts an atom to a char list.
Inlined by the compiler.
iex> Atom.to_char_list(:"An atom")
'An atom'