Handbook
Glossary
objc-struct-type ( i string -- ctype )
Vocabulary
cocoa
.
messages
Inputs
i
an
object
string
an
object
Outputs
ctype
an
object
Definition
USING:
alien.c-types
assocs
kernel
namespaces
sequences
;
IN:
cocoa.messages
:
objc-struct-type
( i string -- ctype )
[
61
]
2keep
index-from
swap
subseq
objc>struct-types
get
at*
[
drop
void*
]
unless
;