☰
DDOCs
PHOBOS
v2.112.1
/
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.