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