Hashtable utilities - Factor Documentation (original) (raw)

Hashtable utilities
Factor handbook » The language » Collections » Hashtables

Prev: Hashtable keys
Next: Hashtable implementation details

Utility words to create a new hashtable from a single key/value pair:
associate ( value key -- hash )
?set-at ( value key assoc/f -- assoc )