do-each-tuple ( ... exemplar-tuple statement quot: ( ... tuple -- ... ) -- ... tuples )


Vocabulary
db.tuples.private

Inputs
exemplar-tuplean object
statementan object
quota quotation with stack effect ( ... tuple -- ... )


Outputs
tuplesan object


Definition


: do-each-tuple
( ... exemplar-tuple statement quot: ( ... tuple -- ... ) -- ... tuples )
[ query-tuples-each ] curry [ [ [ bind-tuple ] ] ] dip
[ 2bi ] curry compose with-disposal ; inline