assoc-zip-with ( quot: ( key value -- calc ) -- alist )


Vocabulary
sequences.extras

Inputs
quota quotation


Outputs
alistan array of key/value pairs


Word description
Applies quot to each key-value pair in the given assoc, pushing a new assoc with the key-value pairs as keys, and the values computed by quot as values.

Definition