type github.com/klauspost/compress/zstd.EncoderLevel

8 uses

	github.com/klauspost/compress/zstd (current package)
		dict.go#L186: 	Level EncoderLevel
		encoder_options.go#L19: 	level            EncoderLevel
		encoder_options.go#L163: type EncoderLevel int
		encoder_options.go#L166: 	speedNotSet EncoderLevel = iota
		encoder_options.go#L193: func EncoderLevelFromString(s string) (bool, EncoderLevel) {
		encoder_options.go#L205: func EncoderLevelFromZstd(level int) EncoderLevel {
		encoder_options.go#L219: func (e EncoderLevel) String() string {
		encoder_options.go#L236: func WithEncoderLevel(l EncoderLevel) EOption {