VocabularyassocsInputsassoc | an assoc |
quot | a quotation with stack effect ( ... key value -- ... newkey newvalue ) |
exemplar | an assoc |
OutputsWord descriptionApplies the quotation to each entry in the input assoc and collects the results in a new assoc of the same type as the exemplar.
ExamplesUSING: prettyprint assocs hashtables math ;
H{ { 1 2 } { 3 4 } } [ sq ] { } assoc-map-as .
{ { 1 4 } { 3 16 } }
See alsoassoc-mapDefinition