![](https://secure.gravatar.com/avatar/e30bc676ee7d74ff2b67b431353a8ab8.jpg?s=120&d=mm&r=g)
10 Mar
2008
10 Mar
'08
4:41 p.m.
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.