package melange-compiler-libs

  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 blit_string : string -> int -> t -> int -> int -> unit
Sourceval output : out_channel -> t -> int -> int -> unit
Sourceval input_bytes_into : t -> in_channel -> int -> unit
Sourceval input_bytes : in_channel -> int -> t