Handbook
Glossary
c-type-iter-length ( c-type count -- iter-length )
Vocabulary
alien
.
data
.
map
.
private
Inputs
c-type
an
object
count
an
object
Outputs
iter-length
an
object
Definition
USING:
alien.c-types
kernel
math
;
IN:
alien.data.map.private
:
c-type-iter-length
( c-type count -- iter-length )
swap
heap-size
*
>fixnum
;
inline