This method returns a new stream with the first limit chunks dropped from the start.
method
zlib.ZstdDecompress.drop
@param limit
the number of chunks to drop from the readable.
@returns
a stream with limit chunks dropped from the start.
method
This method returns a new stream with the first limit chunks dropped from the start.
the number of chunks to drop from the readable.
a stream with limit chunks dropped from the start.