Finally getting to debug std.regex issues, I've found that it seems like

import std.stdio, std.range;

void main()
{
        writefln("%s",retro("abcd"));
}

no longer works, can anyone on older version check if it's regression?

--
Dmitry Olshansky

Reply via email to