Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Io.Srctype t = Lwt_io.input_channel * Lwt_io.output_channelval read_bytes :
(Lwt_io.input_channel * 'a) ->
size:int ->
offset:int ->
Bytes.t option Lwt.tval write_bytes :
('a * Lwt_io.output_channel) ->
Bytes.t ->
offset:int ->
unit Lwt.t