github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/libraries/golang/text/secure/precis/trieval.go (about)

     1  // This file was generated by go generate; DO NOT EDIT
     2  
     3  package precis
     4  
     5  type property int
     6  
     7  const (
     8  	pValid property = 1 << iota
     9  	contextO
    10  	contextJ
    11  	disallowed
    12  	unassigned
    13  	freePVal
    14  	idDis
    15  )