Handbook
Glossary
copy-tuple ( from to -- to )
Vocabulary
memory
.
pools
.
private
Inputs
from
an
object
to
an
object
Outputs
to
an
object
Definition
USING:
classes.tuple.private
math
sequences.private
;
IN:
memory.pools.private
::
copy-tuple
( from to -- to )
from
tuple-size
:>
size size
[|
n | n from
array-nth
n to
set-array-nth
]
each-integer
to
;
inline