Handbook
Glossary
dt>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
dt>>
( object -- value )
Methods
USING:
accessors
boids
slots.private
;
M:
boids-gadget
dt>>
21
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
}
}
read-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
}
}
read-struct-slot
;
inline