isASCII

Is true iff x is an ASCII character compile-time constant.

enum isASCII (
char x
)

See Also

std.ascii.isASCII.

TODO: Extend to array of chars.

Meta