Handbook
Glossary
write-struct-slot ( slot -- quot: ( value struct -- ) )
Vocabulary
classes
.
struct
.
private
Inputs
slot
an
object
Outputs
quot
a
quotation
with stack effect
( value struct -- )
Definition
USING:
accessors
kernel
stack-checker.dependencies
;
IN:
classes.struct.private
MACRO:
write-struct-slot
( slot -- quot: ( value struct -- ) )
dup
type>>
add-depends-on-c-type
(writer-quot)
;