The (rnrs hashtables (6)) library provides a set of operations on hashtables.
See http://www.r6rs.org
(make-eq-hashtable)
See http://www.r6rs.org
(make-eq-hashtable k)
See http://www.r6rs.org
(make-eqv-hashtable)
See http://www.r6rs.org
(make-eqv-hashtable k)
See http://www.r6rs.org
(make-hashtable hash-function equiv)
See http://www.r6rs.org
(make-hashtable hash-function equiv k)
See http://www.r6rs.org
(hashtable? hashtable)
See http://www.r6rs.org
(hashtable-size hashtable)
See http://www.r6rs.org
(hashtable-ref hashtable key default)
See http://www.r6rs.org
(hashtable-set! hashtable key obj)
See http://www.r6rs.org
(hashtable-delete! hashtable key)
See http://www.r6rs.org
(hashtable-contains? hashtable key)
See http://www.r6rs.org
(hashtable-update! hashtable key proc default)
See http://www.r6rs.org
(hashtable-copy hashtable)
See http://www.r6rs.org
(hashtable-copy hashtable mutable)
See http://www.r6rs.org
(hashtable-clear! hashtable)
See http://www.r6rs.org
(hashtable-clear! hashtable k)
See http://www.r6rs.org
(hashtable-keys hashtable)
See http://www.r6rs.org
(hashtable-entries hashtable)
See http://www.r6rs.org
(hashtable-equivalence-function hashtable)
See http://www.r6rs.org
(hashtable-hash-function hashtable)
See http://www.r6rs.org
(hashtable-mutable? hashtable)
See http://www.r6rs.org
(equal-hash obj)
See http://www.r6rs.org
(string-hash string)
See http://www.r6rs.org
(string-ci-hash string)
See http://www.r6rs.org
(symbol-hash symbol)