| Tags: | collections |
| Authors: | Slava Pestov |
| Class | Superclass | Slots |
malformed-hashtable-pair | tuple | seq pair |
| Class | Superclass | Slots |
hashtable | tuple | count deleted array |
| Word | Stack effect |
<hashtable> | ( n -- hash ) |
>hashtable | ( assoc -- hashtable ) |
?set-at | ( value key assoc/f -- assoc ) |
associate | ( value key -- hash ) |
check-hashtable | ( seq -- seq ) |
hash-combine | ( hash1 hash2 -- newhash ) |
malformed-hashtable-pair | ( seq pair -- * ) |
parse-hashtable | ( seq -- hashtable ) |
rehash | ( hash -- ) |
| Word | Stack effect |
hashtable? | ( object -- ? ) |
malformed-hashtable-pair? | ( object -- ? ) |
| Vocabulary | Summary |
hashtables.identity | Hashtables keyed by object identity (eq?) rather than by logical value (=) |
hashtables.hashtables.factor | |
hashtables.hashtables-tests.factor | |
hashtables.summary.txt | |
hashtables.wrapped | Wrapped hashtables for providing alternate key equivalence |
hashtables.hashtables-docs.factor | |
hashtables.authors.txt | |
hashtables.tags.txt |
| Vocabulary | Summary |
hashtables.numbers | Hashtables where keys are compared with number= |
hashtables.identity | Hashtables keyed by object identity (eq?) rather than by logical value (=) |
hashtables.sequences | Hashtables where keys are compared with sequence= |
hashtables.wrapped | Wrapped hashtables for providing alternate key equivalence |