Handbook
Glossary
dt<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
dt<<
( value object -- )
Methods
USING:
accessors
boids
slots.private
;
M:
boids-gadget
dt<<
21
set-slot
;
inline
USING:
accessors
chipmunk.ffi
classes.struct
classes.struct.private
math
;
M:
cpDampedRotarySpring
dt<<
T{
struct-slot-spec
{
name
"dt"
}
{
offset 88
}
{
class
float
}
{
initial 0.0
}
{
type
cpFloat
}
}
write-struct-slot
;
inline
USING:
accessors
chipmunk.ffi
classes.struct
classes.struct.private
math
;
M:
cpDampedSpring
dt<<
T{
struct-slot-spec
{
name
"dt"
}
{
offset 120
}
{
class
float
}
{
initial 0.0
}
{
type
cpFloat
}
}
write-struct-slot
;
inline