make-hashtable

[procedure] make-hashtable hash-function equiv [initial-size]

R6RS: Creates a hashtable with the given hash function and equivalence function.

See also Concept:HashTable.

[procedure] make-hashtable [bucket-len max-bucket-len]

Bigloo: creates a hash table.

Some implementations have make-hash-table.