Function Make-Split-Hash-Table

Part of:

package elprep
( make-split-hash-table < splits > &rest < args > &key < test > < size > < rehash-size > < rehash-threshold > (hash-function (error no hash function passed to make-split-hash-table.)) )
Constructor for split-hash-table that takes the number of splits and initialization arguments as for make-hash-table as parameters.
The :hash-function initialization argument must be explicitly provided.