Handbook
Glossary
hashcode<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
hashcode<<
( value object -- )
Methods
USING:
accessors
slots.private
stack-checker.recursive-state.tree
;
M:
node
hashcode<<
4
set-slot
;
inline
USING:
accessors
classes.struct
classes.struct.private
math
tools.image.analyzer.vm
vm
;
M:
string
hashcode<<
T{
struct-slot-spec
{
name
"hashcode"
}
{
offset 24
}
{
class
integer
}
{
initial 0
}
{
type
cell_t
}
}
write-struct-slot
;
inline
USING:
accessors
kernel
math
slots.private
words
;
M:
word
hashcode<<
[
integer>fixnum-strict
]
dip
1
set-slot
;
inline
USING:
accessors
classes.struct
classes.struct.private
math
tools.image.analyzer.vm
vm
;
M:
word
hashcode<<
T{
struct-slot-spec
{
name
"hashcode"
}
{
offset 8
}
{
class
integer
}
{
initial 0
}
{
type
cell_t
}
}
write-struct-slot
;
inline