login

F.2.5 library(charsio)

atom_to_chars/2Convert Atom into a list of character codes.
atom_to_chars/3Convert Atom into a difference list of character codes.
format_to_chars/3Use format/2 to write to a list of character codes.
format_to_chars/4Use format/2 to write to a difference list of character codes.
number_to_chars/2Convert Atom into a list of character codes.
number_to_chars/3Convert Number into a difference list of character codes.
open_chars_stream/2Open Codes as an input stream.
read_from_chars/2Read Codes into Term.
read_term_from_chars/3Read Codes into Term.
with_output_to_chars/2Run Goal as with once/1.
with_output_to_chars/3Run Goal as with once/1.
with_output_to_chars/4Same as with_output_to_chars/3 using an explicit stream.
write_to_chars/2Write a term to a code list.
write_to_chars/3Write a term to a code list.