Generic-function: SB-GRAY:STREAM-PEEK-CHAR

package type

This is used to implement PEEK-CHAR; this corresponds to PEEK-TYPE of NIL. It returns either a character or :EOF. The default method calls STREAM-READ-CHAR and STREAM-UNREAD-CHAR.

Lambda list

(stream)