Open generic function
Discards output to an output stream.
discard-output output-stream => ()
<stream>.
io
streams
Attempts to abort any pending output for output-stream.
A default method on <stream> is defined, so that applications can call this function on any sort of stream. The default method does nothing.