Kernel.to_charlist

You're seeing just the macro to_charlist, go back to Kernel module for more information.
Link to this macro

to_charlist(term)

View Source (macro)

Converts the given term to a charlist according to the List.Chars protocol.

Examples

iex> to_charlist(:foo)
'foo'