Contents
Indexes:
Function Copy-Stream
Part of:
package cl-fad
(
copy-stream
< from > < to > )
Copies into TO (a stream) from FROM (also a stream) until the end
of FROM is reached, in blocks of *stream-buffer-size*. The streams
should have the same element type.