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.