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

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


Vocabulary
specialized-arrays

Inputs
n an object
c-type an object


Outputs
array an object


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

IN: specialized-arrays

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

AltStyle によって変換されたページ (->オリジナル) /