Skip to main content

MAX

Constant MAX 

1.6.0 · Source
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.