Handbook
Glossary
cdr<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
cdr<<
( value object -- )
Methods
USING:
accessors
lists.lazy
slots.private
;
M:
lazy-concat
cdr<<
3
set-slot
;
inline
USING:
accessors
kernel
lazy
lists.lazy
slots
slots.private
;
M:
lazy-cons-state
cdr<<
[
dup
lazy?
[
\
lazy
bad-slot-value
]
unless
]
dip
3
set-slot
;
inline
USING:
accessors
lists.lazy
slots.private
;
M:
lazy-io
cdr<<
4
set-slot
;
inline
USING:
accessors
lists.lazy
slots.private
;
M:
memoized-cons
cdr<<
4
set-slot
;
inline