Generic-function: COMMON-LISP:OPEN-STREAM-P

package type clhs

Return true if STREAM is not closed. A default method is provided by class FUNDAMENTAL-STREAM which returns true if CLOSE has not been called on the stream.

Lambda list

(stream)