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.
- Re: associative arrays simendsjo
- Re: associative arrays Jonathan M Davis
- Re: associative arrays simendsjo
- Re: associative arrays Jonathan M Davis
- Re: associative arrays simendsjo
- Re: associative arrays Jonathan M Davis
- Re: associative arrays Steven Schveighoffer
- Re: associative arrays Jonathan M Davis
- Re: associative arrays Andrej Mitrovic
- Re: associative arrays Steven Schveighoffer
- Re: associative arrays Andrej Mitrovic
- Re: associative arrays Steven Schveighoffer
- Re: associative arrays Andrej Mitrovic
- Re: associative arrays Manfred Nowak
- Re: associative arrays Andrej Mitrovic
- Re: associative arrays Kapps