Get an array with the existing key-value pairs in the hashtable.
an Array!(Tuple!(K, "key", V, "value")) array of key-value pairs
Complexity: O(length).
See Implementation
Get an array with the existing key-value pairs in the hashtable.