package decompress

  1. Overview
  2. Docs

Module RFC1951_inflate.LookupSource

Sourcetype t = {
  1. table : int array;
  2. max : int;
  3. mask : int;
}
Sourceval max_mask : int
Sourceval make : int array -> int -> t
Sourceval fixed_chr : t
Sourceval fixed_dst : t
Sourceval get : t -> int -> int * int
OCaml

Innovation. Community. Security.