The OpenD Programming Language

LZ4_decompress_fast_usingDict

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_fast_usingDict
(
const(char)* source
,
char* dest
,,
const(char)* dictStart
,)

Meta