pub unsafe fn backward(ch: char) -> char
Step a character one step towards '\0'.
'\0'
If the given character is '\0', this will cause an underflow. (Thus, it will panic in debug mode, undefined behavior in release mode.)