keys

keys t -- yields a list of the keys occurring in the hash table t.

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

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

o1 : HashTable
i2 : keys x

o2 = {b, a}

o2 : List


topindexpreviousupnext