hashtable_keys(h)
Return an list containing all the keys of the hash table h.
h
sort(hashtable_keys(#{1:2, 3:4})) [1, 3]
Core Module Index | Contents