RFC on range design for D2

bearophile bearophileHUGS at lycos.com
Thu Jan 8 10:06:07 PST 2009


dsimcha:
> One definite problem that I've just realized is that there's no putNext(T[]).
> What if you need to append another array to your ArrayAppender, not just a single
> element?

Just add a simple method overload for that purpose, it's easy enough to do.
(the ArrayBuilder of my dlibs has this already, of course).

Bye,
bearophile


More information about the Digitalmars-d-announce mailing list