Handbook
Glossary
array<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
array<<
( value object -- )
Methods
USING:
accessors
bunny.model
slots.private
;
M:
bunny-buffers
array<<
2
set-slot
;
inline
USING:
accessors
arrays
hash-sets
kernel
slots
slots.private
;
M:
hash-set
array<<
[
dup
array?
[
\
array
bad-slot-value
]
unless
]
dip
4
set-slot
;
inline
USING:
accessors
arrays
hashtables
kernel
slots
slots.private
;
M:
hashtable
array<<
[
dup
array?
[
\
array
bad-slot-value
]
unless
]
dip
4
set-slot
;
inline
USING:
accessors
classes.struct
classes.struct.private
math
tools.image.analyzer.vm
vm
;
M:
quotation
array<<
T{
struct-slot-spec
{
name
"array"
}
{
offset 8
}
{
class
integer
}
{
initial 0
}
{
type
cell_t
}
}
write-struct-slot
;
inline