ocaml-base-compiler
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = bytes array
val create : int -> t
val length : t -> int
val get : t -> int -> char
val set : t -> int -> char -> unit
val blit : t -> int -> t -> int -> int -> unit
val output : Pervasives.out_channel -> t -> int -> int -> unit
val unsafe_blit_to_bytes : t -> int -> bytes -> int -> int -> unit
val input_bytes : Pervasives.in_channel -> int -> t