hash-set
hash-set copied to clipboard
Other test functions
Are there reasons to use equal as the test function, rather than providing the user with a choice?
Hi @digikar99, Ideally, how would you like the interface to be?
I think make-hash-set should take an optional or keyword arg (defaulted to equal) specifying the test function. (This should also require an additional helper function hash-set-test analogous to hash-table-test.)