☰
D
dejadoc
PHOBOS
/
std.ascii
/
isGraphical
🔍
☾
isGraphical
fn
bool isGraphical(dchar c)
@safe
pure
nothrow
@nogc
Parameters
c
The character to test.
Returns
Whether or not
c
is a printable character other than the
space character.