List.Chars protocol

Introduction #

The List.Chars protocol is responsible for converting a structure to a list (only if applicable). The only function required to be implemented is to_char_list which does the conversion.

The to_char_list function automatically imported by Kernel invokes this protocol.

Source

Types #

t :: term

Functions #

to_char_list(thing)