☰
D
dejadoc
PHOBOS
/
std.ascii
/
isASCII
🔍
☾
isASCII
fn
bool isASCII(dchar c)
@safe
pure
nothrow
@nogc
Parameters
c
The character to test.
Returns
Whether or not
c
is in the ASCII character set - i.e. in the
range 0 .. 0x7F.