Macaulay2
»
Documentation
Packages
»
Macaulay2Doc
»
The Macaulay2 language
»
hash tables
»
new HashTable from List
next
|
previous
|
forward
|
backward
|
up
|
index
|
toc
new HashTable from List -- make a hash table from a list
Description
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
.
See also
hashTable
-- make a hash table
Ways to use this method:
new HashTable from List
-- make a hash table from a list
The source of this document is in
Macaulay2Doc/ov_methods.m2:440:0
.