[Issue 15357] std.algorithm.iteration.each should mirror the behavior of foreach.
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Thu Dec 22 16:38:58 PST 2016
https://issues.dlang.org/show_bug.cgi?id=15357
greenify <greeenify at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |greeenify at gmail.com
Summary|Cannot call |std.algorithm.iteration.eac
|std.algorithm.iteration.eac |h should mirror the
|h on the result of |behavior of foreach.
|std.range.lockstep |
--- Comment #6 from greenify <greeenify at gmail.com> ---
you could define :
ref front() {
return
}
--
More information about the Digitalmars-d-bugs
mailing list