Handbook
Glossary
st_birthtimespec>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
st_birthtimespec>>
( object -- value )
Methods
USING:
accessors
classes.struct
classes.struct.private
unix.stat
unix.time
;
M:
stat
st_birthtimespec>>
T{
struct-slot-spec
{
name
"st_birthtimespec"
}
{
offset 80
}
{
class
timespec
}
{
initial
S{
timespec
{
sec 0
}
{
nsec 0
}
}
}
{
type
timespec
}
}
read-struct-slot
;
inline