Handbook
Glossary
nursery>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
nursery>>
( object -- value )
Methods
USING:
accessors
classes.struct
classes.struct.private
vm
;
M:
data-heap-room
nursery>>
T{
struct-slot-spec
{
name
"nursery"
}
{
offset 0
}
{
class
copying-sizes
}
{
initial
S{
copying-sizes
{
size 0
}
{
occupied 0
}
{
free 0
}
}
}
{
type
copying-sizes
}
}
read-struct-slot
;
inline
USING:
accessors
classes.struct
classes.struct.private
vm
;
M:
vm
nursery>>
T{
struct-slot-spec
{
name
"nursery"
}
{
offset 16
}
{
class
zone
}
{
initial
S{
zone
{
here 0
}
{
start 0
}
{
end 0
}
{
size 0
}
}
}
{
type
zone
}
}
read-struct-slot
;
inline