fukamachi / assoc-utils

Utilities for manipulating association lists.
25 stars 1 forks source link

Feature: remove alist values #7

Open kilianmh opened 1 year ago

kilianmh commented 1 year ago

Added the function remove-values-from-alist and modifiy-macro delete-values-from-alist, including tests, and documentation.

Alternatively, we could also use the names remove-alist-values and delete-alist-values. This would be a bit more concise. However, I was not sure, if you would like that, since that would be different naming convention than remove-from-alist and delete-from-alist. What you think are the better names?