All control characters in the ASCII table (source).
Letter case specifier.
Converts an ASCII letter to lowercase.
Converts an ASCII letter to uppercase.
0 .. 9
0 .. 9A .. Fa .. f
0 .. 9A .. F
A .. Za .. z
0 .. 9a .. f
a .. z
0 .. 7
A .. Z
ASCII whitespace
Functions which operate on ASCII characters.
All of the functions in std.ascii accept Unicode characters but effectively ignore them if they're not ASCII. All isX functions return false for non-ASCII characters, and all toX functions do nothing to non-ASCII characters.
For functions which operate on Unicode characters, see std.uni.
References: ASCII Table, Wikipedia