isASCII

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

Parameters

cThe character to test.

Returns

Whether or not c is in the ASCII character set - i.e. in the

range 0 .. 0x7F.