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#L162: type EncoderLevel int
		encoder_options.go#L165: 	speedNotSet EncoderLevel = iota
		encoder_options.go#L192: func EncoderLevelFromString(s string) (bool, EncoderLevel) {
		encoder_options.go#L204: func EncoderLevelFromZstd(level int) EncoderLevel {
		encoder_options.go#L218: func (e EncoderLevel) String() string {
		encoder_options.go#L235: func WithEncoderLevel(l EncoderLevel) EOption {