package merlin-lib

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Misc.LongStringSource

Sourcetype t = bytes array
Sourceval create : int -> t
Sourceval length : t -> int
Sourceval get : t -> int -> char
Sourceval set : t -> int -> char -> unit
Sourceval blit : t -> int -> t -> int -> int -> unit
Sourceval output : out_channel -> t -> int -> int -> unit
Sourceval unsafe_blit_to_bytes : t -> int -> bytes -> int -> int -> unit
Sourceval input_bytes : in_channel -> int -> t
OCaml

Innovation. Community. Security.