15 PLT 4x hash utilities
(require (planet untyped/unlib/hash)) |
Useful hash utilities. These procedures are compatible with the PLT 4 procedure names for hashes.
Creates a mutable hash using the supplied data. The result has strong keys and uses equal? as a key comparison function.
Creates a mutable hash using the supplied data. The result has strong keys and uses eq? as a key comparison function.
Creates a mutable hash using the supplied data. The result has weak keys and uses equal? as a key comparison function.
Creates a mutable hash using the supplied data. The result has weak keys and uses eq? as a key comparison function.
Returns #t if key is stored in hash, #f otherwise.