The OpenD Programming Language

LZ4_decompress_usingDict_generic

Advanced decoding functions : _usingDict() : These decoding functions work the same as "_continue" ones, the dictionary must be explicitly provided within parameters

version(hasLZ4)
nothrow @nogc
int
LZ4_decompress_usingDict_generic
(
const(char)* source
,
char* dest
,,,
int safe
,
const(char)* dictStart
,)

Meta