chickadee » srfi-117 » list-queue-for-each

list-queue-for-each proc list-queueprocedure

Applies proc to each element of list-queue in front-to-back order, discarding the returned values. Returns an unspecified value. This operation is O(n) where n is the length of list-queue.