Handbook
Glossary
value-type
Vocabulary
alien
.
c-types
Definition
USING:
arrays
classes.struct
;
IN:
alien.c-types
MIXIN:
value-type
INSTANCE:
array
value-type
INSTANCE:
struct-c-type
value-type
Methods
USING:
alien.c-types
alien.data
kernel
;
M:
value-type
c-type-copier
heap-size
[
memory>byte-array
]
curry
;
USING:
alien
alien.c-types
kernel
;
M:
value-type
c-type-getter
drop
[
swap
<displaced-alien>
]
;
USING:
alien.c-types
cpu.architecture
kernel
;
M:
value-type
c-type-rep
drop
int-rep
;
USING:
alien.c-types
kernel
libc
;
M:
value-type
c-type-setter
[
c-type-getter
]
[
heap-size
]
bi
[
[
swap
]
compose
]
dip
[
memcpy
]
curry
compose
;