dlist-find-node ( ... dlist quot: ( ... node -- ... ? ) -- ... node/f )


Vocabulary
dlists

Inputs
dlistan object
quota quotation with stack effect ( ... node -- ... ? )


Outputs
node/fan object


Definition


: dlist-find-node
( ... dlist quot: ( ... node -- ... ? ) -- ... node/f )
[ front>> ] dip (dlist-find-node) ; inline