On this page
Constant std::char::MAX
pub const MAX: char = char::MAX; // '\u{10ffff}'
The highest valid code point a char
can have, '\u{10FFFF}'
. Use char::MAX
instead.
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/char/constant.MAX.html