ZSTD_outBuffer_s

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

Members

Variables

dst
void* dst;
Undocumented in source.
pos
size_t pos;
Undocumented in source.
size
size_t size;
Undocumented in source.

Meta