zstdCompressBound
fn
size_t zstdCompressBound(size_t srcSize) @safeReturns the maximum compressed size for a given source size.
This is a D wrapper around ZSTD_compressBound.
Parameters
srcSize | The uncompressed data size. |
Returns
The maximum number of bytes the compressed output could occupy.