collect-pairs ( hash quot: ( key value -- elt ) -- seq )


Vocabulary
hashtables.private

Inputs
hashan object
quota quotation with stack effect ( key value -- elt )


Outputs
seqan object


Definition