fukamachi / assoc-utils

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

Enable default value on (setf (aget ...) ..) #4

Closed knobo closed 6 years ago

knobo commented 6 years ago

If key does not exist in alist, use provided default value. Handy for stuff like (incf (aget alist key 0))

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-1.1%) to 89.655% when pulling 0cfaa790133c14e2c1704392d8a852f76536deec on knobo:master into 98f60f1ec1b059369751a6a910ea3ac284ea19d5 on fukamachi:master.