Handbook
Glossary
init-hash ( hash -- )
Vocabulary
hashtables
.
private
Inputs
hash
an
object
Outputs
None
Definition
USING:
accessors
kernel
;
IN:
hashtables.private
:
init-hash
( hash -- )
0
>>count
0
>>deleted
drop
;
inline