chickadee » srfi-158 » reverse-vector-accumulator

reverse-vector-accumulatorprocedure

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