On Mon, 11 May 2009, Marc Feeley wrote:
The procedure call-with-output-u8vector returns the u8vector that was accumulated.
This seems oddly inconsistent with call-with-input-vect and with-input-from-vect, both of which return the results of the execution. In fact, the manual and wiki both list the output variants as returning the values of their procedure or thunk, respectively, so it might be necessary to update the documentation.
Brendan MacDonell