Handbook
Glossary
layout>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
layout>>
( object -- value )
Methods
USING:
accessors
alien.c-types
classes.struct
classes.struct.private
math
raylib
;
M:
NPatchInfo
layout>>
T{
struct-slot-spec
{
name
"layout"
}
{
offset 32
}
{
class
fixnum
}
{
initial 0
}
{
type
int
}
}
read-struct-slot
;
inline
USING:
accessors
slots.private
stack-checker.dependencies
;
M:
depends-on-tuple-layout
layout>>
3
slot
;
inline
USING:
accessors
graphviz.attributes
slots.private
;
M:
graph-attributes
layout>>
36
slot
;
inline
USING:
accessors
classes.struct
classes.struct.private
math
tools.image.analyzer.vm
vm
;
M:
tuple
layout>>
T{
struct-slot-spec
{
name
"layout"
}
{
offset 8
}
{
class
integer
}
{
initial 0
}
{
type
cell_t
}
}
read-struct-slot
;
inline