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