Handbook
Glossary
(point-array) ( n -- specialized-array )
Vocabulary
specialized-arrays
.
instances
.
benchmark
.
struct-arrays
.
point
Inputs
n
an
object
Outputs
specialized-array
an
object
Definition
USING:
benchmark.struct-arrays
kernel
specialized-arrays
;
IN:
specialized-arrays.instances.benchmark.struct-arrays.point
:
(point-array)
( n -- specialized-array )
[
\
point
(underlying)
]
keep
<direct-point-array>
;
inline