reduce-values ( ... assoc identity quot: ( ... prev elt -- ... next ) -- ... result )


Vocabulary
assocs

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


Outputs
resultan object


Definition


: reduce-values
( ... assoc identity quot: ( ... prev elt -- ... next ) -- ... result )
[ nip ] prepose assoc-reduce ; inline