chickadee » srfi-1 » filter!

filter! pred listprocedure
partition! pred listprocedure
remove! pred listprocedure

Linear-update variants of filter, partition and remove. These procedures are allowed, but not required, to alter the cons cells in the argument list to construct the result lists.