https://issues.dlang.org/show_bug.cgi?id=9119
--- Comment #13 from [email protected] --- Furthermore, printing of the range returned by byPair() produces output of the form: ----- immutable(Tuple!(string, int))("a", 123) immutable(Tuple!(string, int))("b", 234) immutable(Tuple!(string, int))("c", 345) ----- So the printing issue is also taken care of. --
