Handbook
Glossary
set-subseq ( new-value from to victim -- )
Vocabulary
images
.
private
Inputs
new-value
an
object
from
an
object
to
an
object
victim
an
object
Outputs
None
Definition
USING:
kernel
sequences
;
IN:
images.private
:
set-subseq
( new-value from to victim -- )
<slice>
0
swap
copy
;
inline