Kernel.to_charlist
You're seeing just the macro
to_charlist
, go back to Kernel module for more information.
Converts the given term to a charlist according to the List.Chars
protocol.
Examples
iex> to_charlist(:foo)
'foo'