scanKeys

scanKeys(x,f) -- apply the function f to each key used in the hash table or database x.

This function requires an immutable hash table. To scan the pairs in a mutable hash table, use scan(keys x, f) .

Go to main index.

Go to concepts index.