Constant core::char::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.