pub unsafe fn forward(ch: char) -> char
Step a character one step towards char::MAX.
char::MAX
If the given character is char::MAX, the return value is not a valid character.