Macaulay2 » Documentation
Packages » Macaulay2Doc > The Macaulay2 language > hash tables > values
next | previous | forward | backward | up | index | toc

values -- values in a hash table

Synopsis

Description

i1 : x = new HashTable from {a => 1, b => 2}

o1 = HashTable{a => 1}
               b => 2

o1 : HashTable
i2 : values x

o2 = {1, 2}

o2 : List

See also

Ways to use values :

For the programmer

The object values is a compiled function.