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