Handbook
Glossary
g>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
g>>
( object -- value )
Methods
USING:
accessors
alien.c-types
classes.struct
classes.struct.private
math
raylib
;
M:
Color
g>>
T{
struct-slot-spec
{
name
"g"
}
{
offset 1
}
{
class
fixnum
}
{
initial 0
}
{
type
uchar
}
}
read-struct-slot
;
inline
USING:
accessors
path-finding
slots.private
;
M:
astar
g>>
2
slot
;
inline