Code refactoring for bpa operator
[icn.git] / cmd / bpa-operator / vendor / golang.org / x / text / width / kind_string.go
1 // Code generated by "stringer -type=Kind"; DO NOT EDIT.
2
3 package width
4
5 import "strconv"
6
7 const _Kind_name = "NeutralEastAsianAmbiguousEastAsianWideEastAsianNarrowEastAsianFullwidthEastAsianHalfwidth"
8
9 var _Kind_index = [...]uint8{0, 7, 25, 38, 53, 71, 89}
10
11 func (i Kind) String() string {
12         if i < 0 || i >= Kind(len(_Kind_index)-1) {
13                 return "Kind(" + strconv.FormatInt(int64(i), 10) + ")"
14         }
15         return _Kind_name[_Kind_index[i]:_Kind_index[i+1]]
16 }