Handbook
Glossary
hour>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
hour>>
( object -- value )
Methods
USING:
accessors
alien.c-types
classes.struct
classes.struct.private
duckdb.ffi
math
;
M:
duckdb_time_struct
hour>>
T{
struct-slot-spec
{
name
"hour"
}
{
offset 0
}
{
class
fixnum
}
{
initial 0
}
{
type
int8_t
}
}
read-struct-slot
;
inline
USING:
accessors
calendar
kernel.private
math
slots.private
;
M:
duration
hour>>
5
slot
{
real
}
declare
;
inline
USING:
accessors
calendar
kernel.private
math
slots.private
;
M:
timestamp
hour>>
5
slot
{
integer
}
declare
;
inline
USING:
accessors
alien.c-types
classes.struct
classes.struct.private
math
unix.time
;
M:
tm
hour>>
T{
struct-slot-spec
{
name
"hour"
}
{
offset 8
}
{
class
fixnum
}
{
initial 0
}
{
type
int
}
}
read-struct-slot
;
inline