Elixir v1.0.5 Atom

Summary

Functions

Converts an atom to a char list

Converts an atom to string

Functions

to_char_list(atom)

Specs

to_char_list(atom) :: char_list

Converts an atom to a char list.

Inlined by the compiler.

to_string(atom)

Specs

to_string(atom) :: String.t

Converts an atom to string.

Inlined by the compiler.