Handbook
Glossary
aux>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
aux>>
( object -- value )
Methods
USING:
accessors
slots.private
strings
;
M:
string
aux>>
2
slot
;
inline
USING:
accessors
classes.struct
classes.struct.private
math
tools.image.analyzer.vm
vm
;
M:
string
aux>>
T{
struct-slot-spec
{
name
"aux"
}
{
offset 16
}
{
class
integer
}
{
initial 0
}
{
type
cell_t
}
}
read-struct-slot
;
inline