Michael Weber michaelw+alexandria@foldr.org writes:
I'd really rather see :key there instead of :copy-fn. Reason: it's in line with other CL functions, and it can be used that way, e.g.: (copy-hash-table *table* :key #'accessor)
That there is copying involved is rather secondary.
Also, I find :copy-fn ugly in comparison to :key, but YMMV.
I personally do not care much. Attached is a patch that calls it :KEY.
-T.