Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Private.Peekable_in_channelSourceA wrapper of Jane Street's Stdio.In_channel. Add's peek_char and peek_line functions that work on fifos as well as regular files.
Used internally for bio input channels so that you can pipe directly from gzip even in channels that need peeking.
Differences from Stdio.In_channel
Some functions are not implemented.
Both peek functions are safe to call in the context of one of the iterator functions.