An empty counter accumulator. Its value is a map that stores for
every item the number of times it was added.
(defvar empty-counter (counter {})
"An empty counter accumulator. Its value is a map that stores for
every item the number of times it was added.")
Comments top
No comments for empty-counter. Log in to add a comment.