const golang.org/x/text/secure/precis.catMask

3 uses

	golang.org/x/text/secure/precis (current package)
		profile.go#L352: 		d := categoryTransitions[category(e&catMask)]
		trieval.go#L13: 	catMask   = 0x3f
		trieval.go#L17: func (e entry) category() category { return category(e & catMask) }