hashTable v -- produce a hash table from a list v of key-value pairs.
The pairs may be of the form a=>b, {a,b}, or (a,b).
Missing entries in the list, represented by null, will be silently ignored.
i1 : x = hashTable {a=>b, c=>d, } |
i2 : x#a |
Ways to use hashTable :