package melange

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type extern_flags =
  1. | No_sharing
  2. | Closures
  3. | Compat_32
  4. | Compression
val to_channel : out_channel -> 'a -> extern_flags list -> unit
val to_bytes : 'a -> extern_flags list -> bytes
val to_string : 'a -> extern_flags list -> string
val to_buffer_unsafe : bytes -> int -> int -> 'a -> extern_flags list -> int
val to_buffer : bytes -> int -> int -> 'a -> extern_flags list -> int
val from_channel : in_channel -> 'a
val from_bytes_unsafe : bytes -> int -> 'a
val data_size_unsafe : bytes -> int -> int
val header_size : int
val data_size : bytes -> int -> int
val total_size : bytes -> int -> int
val from_bytes : bytes -> int -> 'a
val from_string : string -> int -> 'a
val compression_supported : unit -> bool
OCaml

Innovation. Community. Security.