unknwon/com

why Exist() use string(0x1E)?

github-perfei opened this issue · 1 comments

func (f StrTo) Exist() bool {
return string(f) != string(0x1E)
}
what string(0x1E) mean? why string(0x1E)?