Expand description
Const equivalents of char
functions.
The module is called chr
to avoid name collisions with the char
type.
Structs§
- A char encoded as a utf8 string.
Functions§
- Encodes
c
into utf8, const analog ofchar::encode_utf8
.
Const equivalents of char
functions.
The module is called chr
to avoid name collisions with the char
type.
c
into utf8, const analog of char::encode_utf8
.