2map-as ( ... a b quot: ( ... x y -- ... z ) exemplar -- ... c )


Vocabulary
cursors

Inputs
aan object
ban object
quota quotation with stack effect ( ... x y -- ... z )
exemplaran object


Outputs
can object


Definition


: 2map-as
( ... a b quot: ( ... x y -- ... z ) exemplar -- ... c )
[ 2in- ] dip -map-as ; inline