(underlying) ( n c-type -- array )


Vocabulary
specialized-arrays

Definition
USING: alien.c-types byte-arrays math ;

IN: specialized-arrays

: (underlying) ( n c-type -- array )
heap-size * (byte-array) ; inline