| Tags: | collections |
| Authors: | Slava Pestov |
| Class | Superclass | Slots |
| count deleted array | ||
| seq pair |
| Word | Stack effect |
| ( n -- hash ) | |
| ( assoc -- hashtable ) | |
| ( value key assoc/f -- assoc ) | |
| ( value key -- hash ) | |
| ( seq -- seq ) | |
| ( obj oldhash -- newhash ) | |
| ( seq pair -- * ) | |
| ( seq -- hashtable ) | |
| ( hash -- ) |
| Word | Stack effect |
| ( object -- ? ) | |
| ( object -- ? ) |
| Vocabulary | Summary |
| Hashtables keyed by object identity (eq?) rather than by logical value (=) | |
| hashtables.sequences vocabulary | |
| hashtables.wrapped vocabulary |
| Vocabulary | Summary |
| hashtables.numbers vocabulary |
| Vocabulary | Summary |
| hashtables.private vocabulary |