https://issues.dlang.org/show_bug.cgi?id=24384
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <[email protected]> --- @pbackus created dlang/phobos pull request #8911 "Skip leading empty ranges in roundRobin" fixing this issue: - Skip leading empty ranges in roundRobin Previously, roundRobin would always attempt to fetch its first element from the first range passed to it, even if that range was empty. Fixes bugzilla issue 24384. https://github.com/dlang/phobos/pull/8911 --
