hashtables.identity vocabulary - Factor Documentation (original) (raw)

hashtables.identity vocabulary
Factor handbook » Vocabulary index

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

Metadata

Parents: hashtables
Tags: collections
Authors: Joe Groff

Words

Tuple classes

Class Superclass Slots
identity-hashtable wrapped-hashtable

Ordinary words

Word Stack effect
( n -- ihashtable )
>identity-hashtable ( assoc -- ihashtable )
identity-associate ( value key -- ihashtable )

Class predicate words

Word Stack effect
identity-hashtable? ( object -- ? )

Files

resource:core/hashtables/identity/identity.factor
resource:core/hashtables/identity/identity-tests.factor

Metadata files

resource:core/hashtables/identity/authors.txt
resource:core/hashtables/identity/summary.txt
resource:core/hashtables/identity/tags.txt

Children from resource:basis

Vocabulary Summary
hashtables.identity.mirrors
hashtables.identity.prettyprint