Handbook
Glossary
prepare-method ( ret types quot -- type imp )
Vocabulary
cocoa
.
subclassing
Inputs
ret
an
object
types
an
object
quot
an
object
Outputs
type
an
object
imp
an
object
Definition
USING:
alien
kernel
words
;
IN:
cocoa.subclassing
:
prepare-method
( ret types quot -- type imp )
[
[
encode-types
]
2keep
]
dip
[
[
cdecl
]
2curry
]
dip
[
alien-callback
]
curry
compose
( -- callback )
define-temp
;