Handbook
Glossary
(nfind) ( seqs... quot n quot' -- i elts... )
Vocabulary
sequences
.
generalizations
Inputs
seqs...
an
object
quot
an
object
n
an
object
quot'
an
object
Outputs
i
an
object
elts...
an
object
Definition
USING:
generalizations
kernel
;
IN:
sequences.generalizations
:
(nfind)
( seqs... quot n quot' -- i elts... )
over
[
[
[
(neach)
]
2curry
]
dip
compose
]
dip
[
[
finish-nfind
]
curry
]
keep
nbi
;
inline