package piqi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Ios of string
  2. | Iol of t list
  3. | Iol_size of int * t list
  4. | Iob of char
  5. | IBuf of IBuf.t
val ios : string -> t
val iol : t list -> t
val iob : char -> t
val to_buffer0 : Buffer.t -> t -> unit
val size : t -> int
val iol_size : t list -> t
val iol_known_size : int -> t list -> t
val to_string : t -> string
val to_buffer : t -> Buffer.t
val to_channel : out_channel -> t -> unit