List.Chars and String.Chars
Get an overview of the List.Chars and String.Chars protocols.
We'll cover the following...
Introduction
The List.Chars
protocol is used by Kernel.to_charlist
to convert a value into a list of characters (think single-quoted string).
The String.Chars
protocol is used to convert a ...