Function forward

Source
pub unsafe fn forward(ch: char) -> char
Expand description

Step a character one step towards char::MAX.

ยงSafety

If the given character is char::MAX, the return value is not a valid character.