Created attachment 500
Unpack and Enumerate for std.range
Here are implementations of unpack() and enumerate() that I believe are good
candidates for std.range. These solve a few annoying issues with ranges.
For unpack() to work, the /*ref*/ in std.range.Zip.Proxy.at() needs to be
uncommented.
Comment #1 by dsimcha — 2010-08-15T21:05:30Z
I'm resolving this one because Lockstep accomplishes pretty much what Unpack would only with less bugs and more efficiency, and bug 3444 contains a patch that's a better solution to what Enumerate was meant to solve.