[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 11:52:22 PDT 2013


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



--- Comment #4 from hsteoh at quickfur.ath.cx 2013-08-23 11:52:20 PDT ---
Hmm, actually, my hack to wrap around the current AA implementation doesn't
work; you can't look up the value part of the key! When constructing the fake
key, you don't know the value part, and the AA doesn't return the real key
either, so there's no way to retrieve the value part of the fake key. :-(

I guess we still can't get away from a Set implementation.

-- 
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