Module core::char [] [src]

Character manipulation.

For more details, see ::rustc_unicode::char (a.k.a. std::char)

Structs

EscapeDefault

An iterator that yields the literal escape code of a char.

EscapeUnicode

Returns an iterator that yields the hexadecimal Unicode escape of a character, as chars.

Constants

MAX

The highest valid code point a char can have.

Functions

from_digit

Converts a digit in the given radix to a char.

from_u32

Converts a u32 to a char.

from_u32_unchecked

Converts a u32 to a char, ignoring validity.