DecompressRange.this

this(SourceRange source, DecompressionOptions opts, string providerName = null)

Construct a decompression range.

Parameters

sourceInput range yielding compressed data chunks.
optsDecompression options.
providerNameOptional provider name (e.g., "ddn-gzip").
this() @disable

Disabled default constructor - must be constructed with source and options.