(point-array) ( n -- specialized-array )


Vocabulary
specialized-arrays.instances.benchmark.struct-arrays.point

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