Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val create : unit -> t
val decompress :
t ->
inbuf:Core_kernel.Bigstring.t ->
inpos:int ->
inlen:int ->
outbuf:Core_kernel.Bigstring.t ->
outpos:int ->
outlen:int ->
int * int
val free : t -> unit
free t
deallocate the underlying datastructure. Subsequent uses of t
will cause exceptions.