Thomas F. Burdick wrote: >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) > > that's exactly what i need. i missed the documentation on that ;(
thnx, cees-bart.
