Handbook
Glossary
day<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
day<<
( value object -- )
Methods
USING:
accessors
alien.c-types
classes.struct
classes.struct.private
dbf
math
;
M:
dbf-file-header
day<<
T{
struct-slot-spec
{
name
"day"
}
{
offset 3
}
{
class
fixnum
}
{
initial 0
}
{
type
uint8_t
}
}
write-struct-slot
;
inline
USING:
accessors
alien.c-types
classes.struct
classes.struct.private
duckdb.ffi
math
;
M:
duckdb_date_struct
day<<
T{
struct-slot-spec
{
name
"day"
}
{
offset 5
}
{
class
fixnum
}
{
initial 0
}
{
type
int8_t
}
}
write-struct-slot
;
inline
USING:
accessors
calendar
kernel
math
slots
slots.private
;
M:
duration
day<<
[
dup
real?
[
\
real
bad-slot-value
]
unless
]
dip
4
set-slot
;
inline
USING:
accessors
slots.private
zoneinfo
;
M:
raw-leap
day<<
4
set-slot
;
inline
USING:
accessors
ftp.client.listing-parser
slots.private
;
M:
remote-file
day<<
9
set-slot
;
inline
USING:
accessors
calendar
kernel
math
slots
slots.private
;
M:
timestamp
day<<
[
dup
integer?
[
\
integer
bad-slot-value
]
unless
]
dip
4
set-slot
;
inline