Atom.to_charlist

You're seeing just the function to_charlist, go back to Atom module for more information.

Specs

to_charlist(atom()) :: charlist()

Converts an atom to a charlist.

Inlined by the compiler.

Examples

iex> Atom.to_charlist(:"An atom")
'An atom'