Handbook
Glossary
direct-slice-unsafe ( from to seq -- seq' )
Vocabulary
specialized-arrays
.
private
Inputs
from
an
object
to
an
object
seq
an
object
Outputs
seq'
an
object
Definition
USING:
math
;
IN:
specialized-arrays.private
::
direct-slice-unsafe
( from to seq -- seq' )
from seq
nth-c-ptr
to from
-
seq
direct-like
;
inline