- make-dict #!optional EQUALITY ESTIMATEprocedure
Returns a dictionary using the supplied EQUALITY test, optimized for the number of elements ESTIMATE.
- EQUALITY
- procedure ; eq?
- ESTIMATE
- fixnum
Returns a dictionary using the supplied EQUALITY test, optimized for the number of elements ESTIMATE.