type golang.org/x/text/runes.Set

11 uses

	golang.org/x/text/runes (current package)
		cond.go#L34: func If(s Set, tIn, tNotIn transform.Transformer) Transformer {
		runes.go#L16: type Set interface {
		runes.go#L32: func In(rt *unicode.RangeTable) Set {
		runes.go#L38: func NotIn(rt *unicode.RangeTable) Set {
		runes.go#L43: func Predicate(f func(rune) bool) Set {
		runes.go#L93: func Remove(s Set) Transformer {

	golang.org/x/text/secure/precis
		options.go#L25: 	disallow      runes.Set
		options.go#L153: func Disallow(set runes.Set) Option {
		profile.go#L59: func NewRestrictedProfile(parent *Profile, disallow runes.Set) *Profile {
		profile.go#L325: func (p *Profile) Allowed() runes.Set {
		profile.go#L336: 	allowed runes.Set