next | previous | forward | backward | up | top | index | toc | home

scanValues -- apply a function to each value in a hash table

Description

scanValues(x,f) -- apply the function f to each value appearing in the hash table x.

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

Ways to use scanValues :