[Issue 10733] Add a druntime function to find the pointer to a key of a built-in associative array given the pointer to a value

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Aug 23 10:21:05 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=10733



--- Comment #2 from bearophile_hugs at eml.cc 2013-08-23 10:21:00 PDT ---
(In reply to comment #1)
> I think ordered dictionaries should be implemented as a library type.

This request asks to add to the object module just one very small function,
that allows to implement ordered dictionaries using 99% of library code,
building on top of the built-in associative arrays, keeping very small the
amount of duplicated associative code logic. Is this good enough for you? If
this is not good enough and you desire something different, then please explain
why. Thank you.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list