associative arrays

Andrej Mitrovic andrej.mitrovich at gmail.com
Mon Jan 9 11:57:36 PST 2012


Ok, allow me to temporarily hijack again and ask: Would you mind
adding opIn_r (or rather the newer opBinaryRight with "in") that
forwards to contains() for the HashSet and similar hash-based classes
that define contains()? It would make porting code that uses builtin
hashes to your own implementation easier.


More information about the Digitalmars-d-learn mailing list