package lz4

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

Module LZ4_generatedSource

Sourceval caml__1_LZ4_compressBound : int -> int
Sourceval caml__2_LZ4_compress_default : bytes CI.ocaml -> bytes CI.ocaml -> int -> int -> int
Sourceval caml__3_LZ4_compress_default : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int
Sourceval caml__4_LZ4_decompress_safe : bytes CI.ocaml -> bytes CI.ocaml -> int -> int -> int
Sourceval caml__5_LZ4_decompress_safe : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int
Sourceval caml__6_LZ4_versionNumber : unit -> int
Sourcetype 'a result = 'a
Sourcetype 'a return = 'a
Sourcetype 'a fn =
  1. | Returns : 'a CI.typ -> 'a return fn
  2. | Function : 'a CI.typ * 'b fn -> ('a -> 'b) fn
Sourceval map_result : ('a -> 'b) -> 'a -> 'b
Sourceval returning : 'a CI.typ -> 'a return fn
Sourceval (@->) : 'a CI.typ -> 'b fn -> ('a -> 'b) fn
Sourceval foreign : 'a 'b. string -> ('a -> 'b) fn -> 'a -> 'b
Sourceval foreign_value : 'a. string -> 'a Ctypes.typ -> 'a Ctypes.ptr
OCaml

Innovation. Community. Security.