Sireesh Kodali
Sireesh Kodali
ping @andralex is this good to go now?
ping @klickverbot
I just realised that the following code passes: ```d struct S { int x; int f() pure { return x++; } } static assert (isStronglyPure!(S.f)); ``` The correct thing to...
> Actually, it would have to be `immutable`, since strongly `pure` requires that the parameters be `immutable` or implicitly convertible to `immutable`. Yes I meant `immutable`. I changed it so...
Does anyone know how to fix the "unreachable code" warnings? I've tried making a few of the `if`s `static if`s, but that just moves the warning to a different line?...
ping. This is ready for another review