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