func github.com/klauspost/compress/flate.WithDict

2 uses

	github.com/klauspost/compress/flate (current package)
		inflate.go#L820: func WithDict(dict []byte) ReaderOpt {
		inflate.go#L864: 	return NewReaderOpts(r, WithDict(dict))