Handbook
Glossary
(reduce) ( in initial quot iterator -- accum )
Vocabulary
game
.
models
.
half-edge
Inputs
in
an
object
initial
an
object
quot
an
object
iterator
an
object
Outputs
accum
an
object
Definition
USING:
kernel
;
IN:
game.models.half-edge
:
(reduce)
( in initial quot iterator -- accum )
[
swap
]
2dip
call
;
inline