Handbook
Glossary
node-set-nth ( val i node -- node' )
Vocabulary
persistent
.
vectors
.
private
Inputs
val
an
object
i
an
object
node
an
object
Outputs
node'
an
object
Definition
USING:
accessors
kernel
persistent.sequences
;
IN:
persistent.vectors.private
:
node-set-nth
( val i node -- node' )
clone
[
new-nth
]
change-children
;