Handbook
Glossary
read-array ( count type -- seq )
Vocabulary
tools
.
image
.
analyzer
.
utils
Inputs
count
an
object
type
an
object
Outputs
seq
an
object
Definition
USING:
alien.c-types
kernel
math
;
IN:
tools.image.analyzer.utils
:
read-array
( count type -- seq )
[
heap-size
*
]
keep
read-bytes>array
;