chickadee » srfi-158 » vector-accumulator

vector-accumulatorprocedure

Returns an accumulator that, when invoked on an object, adds that object to a vector inside the accumulator in order of accumulation and returns an unspecified value. However, if an end-of-file object is passed, the accumulator returns the vector.