Handbook
Glossary
struct-types&offset ( struct-type -- pairs )
Vocabulary
cpu
.
x86
.
64
.
unix
Inputs
struct-type
an
object
Outputs
pairs
an
object
Definition
USING:
accessors
arrays
kernel
sequences
;
IN:
cpu.x86.64.unix
:
struct-types&offset
( struct-type -- pairs )
fields>>
[
[
type>>
]
[
offset>>
]
bi
2array
]
map
;