Constant no_std_compat2::char::MAX
1.0.0 · source · pub const MAX: char = char::MAX; // '\u{10ffff}'Available on non-crate feature
std only.Expand description
The highest valid code point a char can have, '\u{10FFFF}'. Use char::MAX instead.