Handbook
Glossary
make-points ( len -- points )
Vocabulary
benchmark
.
struct-arrays
Inputs
len
an
object
Outputs
points
an
object
Definition
USING:
alien.data
kernel
sequences
;
IN:
benchmark.struct-arrays
:
make-points
( len -- points )
point
<c-array>
dup
0
[
init-point
]
reduce
drop
;
inline