Polymorphic ranges?

Andrej Mitrovic andrej.mitrovich at gmail.com
Sun May 1 10:03:22 PDT 2011


Actually that design of mine was bad because it creates a long chain
of virtual calls since setStep just wraps the buffer object and
creates a new object every time.

Here's an alternate implementation: https://gist.github.com/950647


More information about the Digitalmars-d-learn mailing list