Heywood Floyd <soul...@gmail.com> wrote:ops = ops[1 .. $]; // <=== line 335Well, this looks like a bug to me. Should be Ops = ops[1 .. $];
Ops is a type, isn't it? Don't you need a variable there? I agree it's a bug in the original, but I don't think that's the fix. -Steve