Handbook
Glossary
initprot>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
initprot>>
( object -- value )
Methods
USING:
accessors
classes.struct
classes.struct.private
macho
math
;
M:
segment_command
initprot>>
T{
struct-slot-spec
{
name
"initprot"
}
{
offset 44
}
{
class
fixnum
}
{
initial 0
}
{
type
vm_prot_t
}
}
read-struct-slot
;
inline
USING:
accessors
classes.struct
classes.struct.private
macho
math
;
M:
segment_command_64
initprot>>
T{
struct-slot-spec
{
name
"initprot"
}
{
offset 60
}
{
class
fixnum
}
{
initial 0
}
{
type
vm_prot_t
}
}
read-struct-slot
;
inline