Handbook
Glossary
(map-find-index) ( seq quot find-quot -- result i elt )
Vocabulary
sequences
.
extras
.
private
Inputs
seq
an
object
quot
an
object
find-quot
an
object
Outputs
result
an
object
i
an
object
elt
an
object
Definition
USING:
kernel
;
IN:
sequences.extras.private
:
(map-find-index)
( seq quot find-quot -- result i elt )
[
[
f
]
2dip
[
[
nip
]
2dip
call
dup
]
curry
]
dip
call
[
[
and*
]
keep
]
dip
;
inline