Is D cool or what?

Andrej Mitrovic andrej.mitrovich at gmail.com
Fri Apr 29 21:44:26 PDT 2011


Actually my implementation is rather silly now that I've looked at it again. :)

I should have taken advantage of ranges. E.g. I could use stride() to
skip every Nth element and I could use cycle() to create a circular
buffer. I'll give this a shot soon.


More information about the Digitalmars-d mailing list