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

values -- values in a hash table

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:

  • values(Dictionary)
  • values(HashTable)

For the programmer

The object values is a compiled function.


The source of this document is in Macaulay2Doc/ov_hashtables.m2:674:0.