chickadee » srfi-113 » bag-increment!

bag-increment! bag element countprocedure
bag-decrement! bag element countprocedure

Linear update procedures that return a bag with the same elements as bag, but with the element count of element in bag increased or decreased by the exact integer count (but not less than zero).