Handbook
Glossary
new-last ( val seq -- seq' )
Vocabulary
persistent
.
vectors
.
private
Inputs
val
an
object
seq
an
object
Outputs
seq'
an
object
Definition
USING:
persistent.sequences
sequences
;
IN:
persistent.vectors.private
:
new-last
( val seq -- seq' )
index-of-last
new-nth
;