std::char

Constant MAX

1.0.0 ยท source
pub const MAX: char = char::MAX; // '\u{10ffff}'
Expand description

The highest valid code point a char can have, '\u{10FFFF}'. Use char::MAX instead.