Handbook
Glossary
2map ( ... a b quot: ( ... x y -- ... z ) -- ... c )
Vocabulary
cursors
Inputs
a
an
object
b
an
object
quot
a
quotation
with stack effect
( ... x y -- ... z )
Outputs
c
an
object
Definition
USING:
kernel
;
IN:
cursors
:
2map
( ... a b quot: ( ... x y -- ... z ) -- ... c )
pick
2map-as
;
inline