Expand description

Functions for incrementing and decrementing chars.

Functions

Converts a u32 to a char; if all chars were arranged in ascending order, passing $u$ to this function would return the $u$th char.
Decrements this char, skipping over the surrogate code points.
Increments this char, skipping over the surrogate code points.