| Prev: | assoc-filter! ( ... assoc quot: ( ... key value -- ... ? ) -- ... assoc ) |
| Next: | 2cache ( ... key1 key2 assoc quot: ( ... key1 key2 -- ... value ) -- ... value ) |
| key | a key |
| assoc | an assoc |
| quot | a quotation with stack effect ( ... key -- ... value ) |
| value | a previously-retained or freshly-computed value |