isASCII

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

  1. eponymoustemplate isASCII(char x)
    enum isASCII (
    char x
    )
  2. eponymoustemplate isASCII(wchar x)
  3. eponymoustemplate isASCII(dchar x)

See Also

std.ascii.isASCII.

TODO: Extend to array of chars.

Meta