package containers

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. put_char : position -> char -> unit;
  2. put_string : position -> string -> unit;
  3. put_sub_string : position -> string -> int -> int -> unit;
  4. flush : unit -> unit;
}
type buffer
val make_buffer : unit -> buffer * t
val buf_to_lines : ?indent:int -> buffer -> string
val buf_output : ?indent:int -> Pervasives.out_channel -> buffer -> unit
OCaml

Innovation. Community. Security.