hashtables.private vocabulary - Factor Documentation (original) (raw)
hashtables.private vocabulary
Factor handbook » Vocabulary index
Summary
Metadata
Parents: | hashtables |
---|
Words
Tuple classes
Class | Superclass | Slots |
---|---|---|
![]() |
![]() |
state |
Ordinary words
Word | Stack effect |
---|---|
![]() |
( key array i probe# -- array n ? ) |
![]() |
( key array i probe# j -- array i j empty? ) |
![]() |
( alist hash -- ) |
![]() |
( value key hash -- ) |
![]() |
( -- value ) |
![]() |
( -- value ) |
![]() |
( n -- array ) |
![]() |
( hash -- ) |
![]() |
( hash quot: ( key value -- elt ) -- seq ) |
![]() |
( ... array quot: ( ... key value -- ... ) -- ... ) |
![]() |
( hash -- ) |
![]() |
( hash -- ) |
![]() |
( hash -- ) |
![]() |
( hash -- ) |
![]() |
( hash -- ? ) |
![]() |
( key array -- i ) |
![]() |
( hash -- ) |
![]() |
( key hash -- array n ? ) |
![]() |
( key hash -- array n ) |
![]() |
( key array -- array n ? ) |
![]() |
( array i probe# -- array i probe# ) |
![]() |
( n hash -- ) |
![]() |
( value key array n -- ) |
![]() |
( i array -- n ) |
Class predicate words
Word | Stack effect |
---|---|
![]() |
( object -- ? ) |
Files
resource:core/hashtables/hashtables.factor
resource:core/hashtables/hashtables-docs.factor
resource:core/hashtables/hashtables-tests.factor