Find if keys are in two dimensional associative array

bearophile bearophileHUGS at lycos.com
Sun Jan 17 06:11:06 PST 2010


Michal Minich:
> float[int][char] aa;

Is something like this good for you (but I don't remember if Tuples define a toHash)?
float[Tuple!(char, int)] aa;

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list