Handbook
Glossary
pos<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
pos<<
( value object -- )
Methods
USING:
accessors
pong
slots.private
;
M:
ball
pos<<
2
set-slot
;
inline
USING:
accessors
arrays
boids.simulation
kernel
slots
slots.private
;
M:
boid
pos<<
[
dup
array?
[
\
array
bad-slot-value
]
unless
]
dip
2
set-slot
;
inline
USING:
accessors
io.buffers
kernel
math
slots.private
;
M:
buffer
pos<<
[
integer>fixnum-strict
]
dip
5
set-slot
;
inline
USING:
accessors
graphviz.attributes
slots.private
;
M:
edge-attributes
pos<<
47
set-slot
;
inline
USING:
accessors
peg
slots.private
;
M:
memo-entry
pos<<
3
set-slot
;
inline
USING:
accessors
graphviz.attributes
slots.private
;
M:
node-attributes
pos<<
26
set-slot
;
inline
USING:
accessors
bubble-chamber
slots.private
;
M:
particle
pos<<
3
set-slot
;
inline
USING:
L-system
accessors
slots.private
;
M:
turtle
pos<<
2
set-slot
;
inline