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