Hash table where multiple keys have same value
I have a bunch of triples (obj1 obj2 obj3).
Is there an easy way to make a hash table
where key either obj1 or obj2 or obj3
all point to the triple?
This, to save storage.
I have a bunch of triples (obj1 obj2 obj3).
Is there an easy way to make a hash table
where key either obj1 or obj2 or obj3
all point to the triple?
This, to save storage.