devela::_dep::_std::char

Constant MAX

1.0.0 ยท Source
pub const MAX: char = char::MAX; // '\u{10ffff}'
Available on crate feature std only.
Expand description

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