Module core::charExperimental
[-]
[+]
[src]
Character manipulation.
For more details, see ::unicode::char (a.k.a. std::char)
Structs
| EscapeDefault | An iterator over the characters that represent a |
| EscapeUnicode | An iterator over the characters that represent a |
Constants
| MAX | The highest valid code point |
Traits
| Char | Basic |
Functions
| escape_default | Deprecated, call the escape_default method instead. |
| escape_unicode | Deprecated, call the escape_unicode method instead. |
| from_digit | Converts a number to the character representing it |
| from_u32 | Converts from |
| is_digit_radix | Checks if a |
| len_utf8_bytes | Returns the amount of bytes this |
| to_digit | Converts a |