Synopsis:
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