[Issue 15357] Cannot call std.algorithm.iteration.each on the result of std.range.lockstep

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Nov 18 10:24:08 PST 2015


https://issues.dlang.org/show_bug.cgi?id=15357

--- Comment #1 from monkeyworks12 at hotmail.com ---
To amend what I just said, each *does* support opApply to a degree, but only
unary and binary versions (the latter of which still only takes a single range,
and an index). I will open a separate issue for that.

--


More information about the Digitalmars-d-bugs mailing list