Bytesrw_zstd.Dctx_paramsDecompression parameters.
make () are the given compression parameters. Those unspecfied take the value of init which defaults to default. See corresponding accessors for the default values.
val default : tdefault are the default paramaters. See accessors for the default values.
val window_log_max : t -> intwindow_log_max is the maximum back-reference distance in power of two allowed for decoding. Errors if the stream requires more. 0 is the default maximum window. This can be used to limit the memory used for decoding.