Open generic function
Returns the next element of a stream without advancing the stream position.
peek input-stream #key on-end-of-stream => element-or-eof
<stream>.
<object>.
<object>, or #f.
io
streams
This function behaves as read-element does, but the stream position is not advanced.