Next: , Previous: , Up: Standards Support   [Contents][Index]


18.14 SRFI 125: Intermediate Hash Tables

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-tablehash
hash-by-identityhash-table
hash-table->alisthash-table-clear!
hash-table-contains?hash-table-copy
hash-table-counthash-table-delete!
hash-table-difference!hash-table-empty-copy
hash-table-empty?hash-table-entries
hash-table-equivalence-functionhash-table-exists?
hash-table-findhash-table-fold
hash-table-for-eachhash-table-hash-function
hash-table-intern!hash-table-intersection!
hash-table-keyshash-table-map
hash-table-map!hash-table-map->list
hash-table-merge!hash-table-mutable?
hash-table-pop!hash-table-prune!
hash-table-refhash-table-ref/default
hash-table-set!hash-table-size
hash-table-unfoldhash-table-union!
hash-table-update!hash-table-update!/default
hash-table-valueshash-table-walk
hash-table-xor!hash-table=?
hash-table?make-hash-table
string-ci-hashstring-hash