pub const MAX: char = char::MAX; // '\u{10ffff}'๐Deprecating in a future version:
replaced by the MAX associated constant on char
Expand description
The highest valid code point a char can have, '\u{10FFFF}'. Use char::MAX instead.