[Issue 10009] foreach_reverse and AA.byKey/byValue

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Sep 25 09:33:53 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=10009

hsteoh at quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsteoh at quickfur.ath.cx

--- Comment #12 from hsteoh at quickfur.ath.cx ---
It *is* possible to implement a reverse traversal in AA's. I'm just not sure
it's a good idea (it'd need to allocate memory in order to traverse the
linked-lists in reverse order).

--


More information about the Digitalmars-d-bugs mailing list