std.copy (to multiple output ranges),

Robert Schadek realburner at gmx.de
Mon Jan 27 06:44:43 PST 2014


I'm searching the docs for something similar to:
copy(someInputRange, firstOutputRange, secondOutputRange, ....);
I know how to write it by hand, but I'm suspecting that something like
this is already in phobos.

And secondly, is there some function that gives me a forward range to
some input range?



More information about the Digitalmars-d-learn mailing list