Function: COMMON-LISP:MAKE-ECHO-STREAM

package type clhs github

Return a bidirectional stream which gets its input from INPUT-STREAM and sends its output to OUTPUT-STREAM. In addition, all input is echoed to the output stream.

Lambda list

(sb-impl::input-stream sb-impl::output-stream)