Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
IO.Bufferval as_cstruct : t -> Cstruct.tval consume : t -> int -> unitval discard : t -> unitval filled : t -> intval is_empty : t -> boolval is_full : t -> boolval length : t -> intval of_cstruct : ?filled:int -> Cstruct.t -> tval of_string : string -> tval position : t -> intval set_filled : t -> filled:int -> unitval to_string : t -> stringval with_capacity : int -> t