Module string

Module string 

Source

Modules§

__mel_function_from_char
__mel_function_from_utf8
__mel_function_to_char
__mel_function_to_utf8
__mel_treatment_from_char
__mel_treatment_from_utf8
__mel_treatment_to_char
__mel_treatment_to_utf8

Functions§

from_char
Convert vector of chars into string.
from_utf8
Converts vector of bytes into a string according to UTF-8 encoding.
to_char
Convert string into vector of chars.
to_utf8
Convert string into UTF-8 encoded vector of bytes.