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
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |