hashtables.identity vocabulary
Factor handbook ยป Vocabulary index


Summary
Hashtables keyed by object identity (eq?) rather than by logical value (=)

Metadata
Tags:collections
Authors:Joe Groff


Words

Tuple classes
ClassSuperclassSlots
identity-hashtable wrapped-hashtable


Ordinary words
WordStack effect
<identity-hashtable>( n -- ihashtable )
>identity-hashtable( assoc -- ihashtable )
identity-associate( value key -- ihashtable )


Class predicate words
WordStack effect
identity-hashtable?( object -- ? )


Files


Metadata files


Children from resource:basis
VocabularySummary
hashtables.identity.mirrors
hashtables.identity.prettyprint


Children
VocabularySummary
hashtables.identity.private