[Issue 9119] [AA] Forward range addition to associative arrays.
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Thu Jan 8 15:16:52 PST 2015
https://issues.dlang.org/show_bug.cgi?id=9119
--- Comment #13 from hsteoh at quickfur.ath.cx ---
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.
--
More information about the Digitalmars-d-bugs
mailing list