Function: STREAM-EOF-P
Source
(defun stream-eof-p (stream) (eq (stream-check-eof-no-hang stream) :eof))
Source Context