Compile Time Fun Time

Yevano jamking1996 at gmail.com
Mon Feb 25 08:24:06 UTC 2019


One thing. The variables were reversed. Fixed by changing these 
lines.

auto result = new Abstraction(vars[$ - 1], f(vars));

foreach_reverse(e; vars[0..$ - 1]) {
     result = new Abstraction(e, result);
}


More information about the Digitalmars-d-learn mailing list