Test case: ---------------------- import std.range; void f() { auto LL = iota(1L, 1000L); auto z = zip(LL, LL); auto r = retro(LL); auto pb = popBackN(LL, 2); auto s = stride(LL, 2); auto rd = radial(LL); } ----------------------
Phobos pull #142. https://github.com/D-Programming-Language/phobos/pull/142
https://github.com/D-Programming-Language/phobos/commit/70418fac9ec114acb5a0b9c436d746a0d03d7525