new HashTable from List

new HashTable from x -- produce a new hash table from a list x .

Elements of x which are options, k => v cause the value v to be stored in x under the key k . Other elements s cause the value true to be stored under the key s .

Go to main index.

Go to concepts index.