package mm

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

Module Image.DataSource

Sourceval alloc : int -> t

external alloc : int -> t = "caml_data_alloc"

Sourceval of_string : string -> t
Sourceval to_string : t -> string
Sourceval to_bytes : t -> bytes
Sourceval length : t -> int
Sourceval blit : t -> int -> t -> int -> int -> unit
Sourceval blit_all : t -> t -> unit
Sourceval copy : t -> t
Sourceval round : int -> int -> int
OCaml

Innovation. Community. Security.