assoc-reduce ( ... assoc identity quot: ( ... prev key value -- next ) -- ... result )


Vocabulary
assocs

Inputs
assocan object
identityan object
quota quotation with stack effect ( ... prev key value -- next )


Outputs
resultan object


Definition


: assoc-reduce
( ... assoc identity quot: ( ... prev key value -- next ) -- ... result )
[ >alist ] 2dip [ first2 ] prepose reduce ; inline