scanValues(t, f)
scanValues(t, f) applies the function f to each value in the hash table t.
|
|
|
This function requires an immutable hash table. To scan the values in a mutable hash table, use scan(values t, f).
The object scanValues is a method function.
The source of this document is in Macaulay2Doc/ov_hashtables.m2:646:0.