Handbook
Glossary
element/index ( i/f seq -- elt/f i/f )
Vocabulary
sequences
.
private
Inputs
i/f
an
object
seq
an
object
Outputs
elt/f
an
object
i/f
an
object
Definition
USING:
kernel
sequences
;
IN:
sequences.private
:
element/index
( i/f seq -- elt/f i/f )
[
nth
]
curry
[
[
f
]
if*
]
curry
keep
;
inline