Handbook
Glossary
changed-nth ( i seq quot -- seq' )
Vocabulary
persistent
.
sequences
Inputs
i
an
object
seq
an
object
quot
an
object
Outputs
seq'
an
object
Definition
USING:
kernel
sequences
;
IN:
persistent.sequences
:
changed-nth
( i seq quot -- seq' )
[
[
nth
]
dip
call
]
[
drop
new-nth
]
3bi
;
inline