Handbook
Glossary
seq-grow-copy ( dst n -- dst dst-n )
Vocabulary
sequences
.
seq
Inputs
dst
an
object
n
an
object
Outputs
dst
an
object
dst-n
an
object
Definition
USING:
kernel
math
sequences
;
IN:
sequences.seq
:
seq-grow-copy
( dst n -- dst dst-n )
[
over
length
+
seq-lengthen
]
keep
1
-
;
inline