// Code generated by "stringer -type=CompareOperator -linecomment"; DO NOT EDIT.

//go:build go1.18

package kernels

import 

func _() {
	// An "invalid array index" compiler error signifies that the constant values have changed.
	// Re-run the stringer command to generate them again.
	var  [1]struct{}
	_ = [CmpEQ-0]
	_ = [CmpNE-1]
	_ = [CmpGT-2]
	_ = [CmpGE-3]
	_ = [CmpLT-4]
	_ = [CmpLE-5]
}

const _CompareOperator_name = "equalnot_equalgreatergreater_equallessless_equal"

var _CompareOperator_index = [...]uint8{0, 5, 14, 21, 34, 38, 48}

func ( CompareOperator) () string {
	if  < 0 ||  >= CompareOperator(len(_CompareOperator_index)-1) {
		return "CompareOperator(" + strconv.FormatInt(int64(), 10) + ")"
	}
	return _CompareOperator_name[_CompareOperator_index[]:_CompareOperator_index[+1]]
}