[Issue 5466] Associative array byPair

2012-07-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5466 --- Comment #4 from bearophile_h...@eml.cc 2012-07-30 09:36:03 PDT --- See also Issue 8473 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 5466] Associative array byPair

2012-02-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5466 --- Comment #3 from bearophile_h...@eml.cc 2012-02-29 14:18:53 PST --- This example shows an use case of byItem. Given a string, the task here is to show the char frequencies, putting higher frequencies on top, and sorting alphabetically the

[Issue 5466] Associative array byPair

2012-01-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5466 bearophile_h...@eml.cc changed: What|Removed |Added Summary|AA ranges |Associative array byPair ---

[Issue 5466] Associative array byPair

2012-01-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5466 --- Comment #2 from bearophile_h...@eml.cc 2012-01-17 16:12:06 PST --- A comment by Andrei Alexandrescu: byPair is tricky because std.tuple is not visible from object. -- Configure issuemail: