Handbook
Glossary
boxer-quot<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
boxer-quot<<
( value object -- )
Methods
USING:
accessors
alien.c-types
kernel
quotations
slots
slots.private
;
M:
abstract-c-type
boxer-quot<<
[
dup
callable?
[
\
callable
bad-slot-value
]
unless
]
dip
4
set-slot
;
inline