Handbook
Glossary
dlist-each-node ( ... dlist quot: ( ... node -- ... ) -- ... )
Vocabulary
dlists
Inputs
dlist
an
object
quot
a
quotation
with stack effect
( ... node -- ... )
Outputs
None
Definition
USING:
kernel
;
IN:
dlists
:
dlist-each-node
( ... dlist quot: ( ... node -- ... ) -- ... )
[
f
]
compose
dlist-find-node
drop
;
inline