Handbook Glossary
factorcode.org
tombstone


Vocabulary
hashtables.private

Definition
IN: hashtables.private

TUPLE: tombstone state ;


Methods
USING: accessors bootstrap.image.private hashtables.private
kernel sequences words ;

M: tombstone prepare-object
state>> "+tombstone+" "+empty+" ?
"hashtables.private" lookup-word def>> first
[ emit-tuple ] cache-eql-object ;