map & filter for AAs

bearophile bearophileHUGS at lycos.com
Tue Feb 8 03:04:27 PST 2011


spir:

> Is there map & filter for AAs? Is it useful?

Of course it's useful to map and filter on associative arrays. But I think a much better solution is to turn byValue() and byKey() into ranges, and add a byPair() range to AAs:
http://d.puremagic.com/issues/show_bug.cgi?id=5466

Bye,
bearophile


More information about the Digitalmars-d mailing list