Next: make-concatenated-stream, Previous: make-echo-stream, Up: Streams Dictionary
concatenated-stream-streams
concatenated-stream ⇒ streams
concatenated-stream – a concatenated stream.
streams—a list of input streams.
Returns a list of input streams that constitute the ordered set of streams the concatenated-stream still has to read from, starting with the current one it is reading from. The list may be empty if no more streams remain to be read.
The consequences are undefined if the list structure of the streams is ever modified.