- Description
A comprehensive set of procedures for hash tables. Supersedes SRFI 69.
- URL
https://srfi.schemers.org/srfi-125/srfi-125.html
- Support
Fully supported.
- Libraries
(srfi 125)
- Global
All names are bound in the MIT/GNU Scheme global environment.
|
alist->hash-table | hash |
hash-by-identity | hash-table |
hash-table->alist | hash-table-clear! |
hash-table-contains? | hash-table-copy |
hash-table-count | hash-table-delete! |
hash-table-difference! | hash-table-empty-copy |
hash-table-empty? | hash-table-entries |
hash-table-equivalence-function | hash-table-exists? |
hash-table-find | hash-table-fold |
hash-table-for-each | hash-table-hash-function |
hash-table-intern! | hash-table-intersection! |
hash-table-keys | hash-table-map |
hash-table-map! | hash-table-map->list |
hash-table-merge! | hash-table-mutable? |
hash-table-pop! | hash-table-prune! |
hash-table-ref | hash-table-ref/default |
hash-table-set! | hash-table-size |
hash-table-unfold | hash-table-union! |
hash-table-update! | hash-table-update!/default |
hash-table-values | hash-table-walk |
hash-table-xor! | hash-table=? |
hash-table? | make-hash-table |
string-ci-hash | string-hash |