ZSTD_outBuffer

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) nothrow
struct ZSTD_outBuffer {}

Members

Variables

dst
void* dst;

< start of output buffer

pos
size_t pos;

< position where writing stopped. Will be updated. Necessarily 0 <= pos <= size

size
size_t size;

< size of output buffer

Meta