Jarrett Billingsley wrote:
On Fri, Jan 30, 2009 at 10:48 PM, Andrei Alexandrescu
<[email protected]> wrote:
dsimcha wrote:
Is the code to this stuff posted anywhere yet? I'd be interested to read
some of
it. I actually learned a decent amount of template idioms by reading the
old-school std.algorithm, so I'm curious how some of this stuff is
implemented.
Thanks for the interest! Much obliged:
http://ssli.ee.washington.edu/~aalexand/d/algorithm.d
http://ssli.ee.washington.edu/~aalexand/d/range.d
http://ssli.ee.washington.edu/~aalexand/d/functional.d
Shouldn't ClosedFormSeries.next, uh, increment _n? <_<
But very, very cool.
Ouch, fixed. Thanks!
Andrei