You can define your own hash table tests with ext:define-hash-table-test

  (define-hash-table-test 'my-test #'equality-fn #'hash-fn)
  (make-hash-table :test 'my-test)

Reply via email to