Open generic function
Sets a stream's wrapper stream.
outer-stream-setter wrapper-stream stream => wrapper-stream
<wrapper-stream>.
<stream>.
<wrapper-stream>.
io
streams
Sets the outer-stream slot of stream to wrapper-stream.
Note: Applications should not set inner-stream and outer-stream slots directly. The outer-stream-setter function is for use only when implementing stream classes.