isPrintable

fnbool isPrintable(dchar c) @safe pure nothrow @nogc

Parameters

cThe character to test.

Returns

Whether or not c is a printable character - including the

space character.