Hashtable.keys

Get an array with the existing keys in the hashtable.

struct Hashtable(K, V)
keys
(
this _
)
()

Return Value

Type: Array!K

an Array!K array of keys

Complexity: O(size).

Meta