hashtable-keys

[procedure] hashtable-keys hashtable

R6RS: Returns a vector of all keys in the hashtable.

See also Concept:HashTable.

Other implementations have hash-table-keys and hash-table/key-list?, but they returns a list of all keys, not a vector.