https://issues.dlang.org/show_bug.cgi?id=12404
Nathan S. <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Nathan S. <[email protected]> --- The code from OP currently prints "Tuple!(int, int, int)(1, 1, 1)" because of changes in https://github.com/dlang/phobos/pull/6307. This only applies to `zip` without an runtime StoppingPolicy argument, which implicitly uses StoppingPolicy.shortest, and only when the argument ranges support random access and/or slicing. (So it doesn't fix the problem with strings.) --
