Pushing D's mixin to the limits: Project Euler Problem 61 from Ruby to D by David Oftedal
via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Fri Jun 13 02:57:45 PDT 2014
Another hint:
You should return an `int[2]` from `abc()` instead of `int[]`.
It's faster and doesn't require a heap allocation.
More information about the Digitalmars-d-announce
mailing list