hashtables vocabulary - Factor Documentation (original) (raw)
hashtables vocabulary
Factor handbook » Vocabulary index
Documentation
Hashtables
Metadata
Tags: | collections |
---|---|
Authors: | Slava Pestov |
Words
Tuple classes
Class | Superclass | Slots |
---|---|---|
![]() |
![]() |
count deleted array |
![]() |
![]() |
seq pair |
Ordinary words
Word | Stack effect |
---|---|
![]() |
( n -- hash ) |
![]() |
( assoc -- hashtable ) |
![]() |
( value key assoc/f -- assoc ) |
![]() |
( value key -- hash ) |
![]() |
( seq -- seq ) |
![]() |
( hash1 hash2 -- newhash ) |
![]() |
( seq pair -- * ) |
![]() |
( seq -- hashtable ) |
![]() |
( hash -- ) |
Class predicate words
Word | Stack effect |
---|---|
![]() |
( object -- ? ) |
![]() |
( object -- ? ) |
Files
resource:core/hashtables/hashtables.factor
resource:core/hashtables/hashtables-docs.factor
resource:core/hashtables/hashtables-tests.factor
Metadata files
resource:core/hashtables/authors.txt
resource:core/hashtables/summary.txt
resource:core/hashtables/tags.txt
Children from resource:core
Vocabulary | Summary |
---|---|
![]() |
Hashtables keyed by object identity (eq?) rather than by logical value (=) |
![]() |
Wrapped hashtables for providing alternate key equivalence |
Children from resource:basis
Vocabulary | Summary |
---|---|
![]() |
Hashtables keyed by object identity (eq?) rather than by logical value (=) |
![]() |
|
![]() |
|
![]() |
Wrapped hashtables for providing alternate key equivalence |