I should probably add that only importing std.ctype causes the error.
I have a bunch of other imports:

import std.stdio, std.string, std.algorithm, std.conv, std.ctype, std.regex, std.range;

If I remove std.ctype, it compiles just fine.

Reply via email to