Handbook
Glossary
r>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
r>>
( object -- value )
Methods
USING:
accessors
alien.c-types
classes.struct
classes.struct.private
math
raylib
;
M:
Color
r>>
T{
struct-slot-spec
{
name
"r"
}
{
offset 0
}
{
class
fixnum
}
{
initial 0
}
{
type
uchar
}
}
read-struct-slot
;
inline
USING:
accessors
kernel.private
math
random.cmwc
slots.private
;
M:
cmwc
r>>
7
slot
{
integer
}
declare
;
inline
USING:
accessors
chipmunk.ffi
classes.struct
classes.struct.private
math
;
M:
cpBB
r>>
T{
struct-slot-spec
{
name
"r"
}
{
offset 16
}
{
class
float
}
{
initial 0.0
}
{
type
cpFloat
}
}
read-struct-slot
;
inline
USING:
accessors
chipmunk.ffi
classes.struct
classes.struct.private
math
;
M:
cpCircleShape
r>>
T{
struct-slot-spec
{
name
"r"
}
{
offset 128
}
{
class
float
}
{
initial 0.0
}
{
type
cpFloat
}
}
read-struct-slot
;
inline
USING:
accessors
chipmunk.ffi
classes.struct
classes.struct.private
math
;
M:
cpSegmentShape
r>>
T{
struct-slot-spec
{
name
"r"
}
{
offset 160
}
{
class
float
}
{
initial 0.0
}
{
type
cpFloat
}
}
read-struct-slot
;
inline
USING:
accessors
kernel.private
math.matrices.extras
slots.private
;
M:
undefined-inverse
r>>
4
slot
{
rank-kind
}
declare
;
inline