decompress.impl
RFC1951_inflate.Lookup
decompress
decompress.rfc1951
type t = {
table : int array;
max : int;
mask : int;
}
val max_mask : int
val make : int array -> int -> t
val fixed_chr : t
val fixed_dst : t
val get : t -> int -> int * int