golang.org/x/text/secure/precis.options.disallow (field)
8 uses
golang.org/x/text/secure/precis (current package)
options.go#L25: disallow runes.Set
options.go#L155: o.disallow = set
profile.go#L179: if p.disallow != nil {
profile.go#L181: if p.disallow.Contains(rune(c)) {
profile.go#L223: if p.disallow != nil {
profile.go#L226: if p.disallow.Contains(r) {
profile.go#L326: if p.options.disallow != nil {
profile.go#L328: return p.class.Contains(r) && !p.options.disallow.Contains(r)
![]() |
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. |