Hashtable.values

Get an array with the existing values in the hashtable.

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

Return Value

Type: Array!V

an Array!V array of values

Complexity: O(length).

Meta