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