Open generic function
Wraps a stream with a wrapper stream.
inner-stream-setter stream wrapper-stream => stream
<stream>.
<wrapper-stream>.
<stream>.
io
streams
Wraps stream with wrapper-stream. It does so by setting the inner-stream slot of wrapper-stream to stream, and the outer-stream slot of stream to wrapper-stream.
Note: Applications should not set inner-stream and outer-stream slots directly. The inner-stream-setter function is for use only when implementing stream classes.