Handbook
Glossary
days>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
days>>
( object -- value )
Methods
USING:
accessors
crontab
slots.private
;
M:
cronentry
days>>
4
slot
;
inline
USING:
accessors
alien.c-types
classes.struct
classes.struct.private
duckdb.ffi
math
;
M:
duckdb_date
days>>
T{
struct-slot-spec
{
name
"days"
}
{
offset 0
}
{
class
fixnum
}
{
initial 0
}
{
type
int32_t
}
}
read-struct-slot
;
inline
USING:
accessors
alien.c-types
classes.struct
classes.struct.private
duckdb.ffi
math
;
M:
duckdb_interval
days>>
T{
struct-slot-spec
{
name
"days"
}
{
offset 4
}
{
class
fixnum
}
{
initial 0
}
{
type
int32_t
}
}
read-struct-slot
;
inline