type golang.org/x/text/runes.setFunc
6 uses
golang.org/x/text/runes (current package)
runes.go#L21: type setFunc func(rune) bool
runes.go#L23: func (s setFunc) Contains(r rune) bool {
runes.go#L33: return setFunc(func(r rune) bool { return unicode.Is(rt, r) })
runes.go#L39: return setFunc(func(r rune) bool { return !unicode.Is(rt, r) })
runes.go#L44: return setFunc(f)
runes.go#L94: if f, ok := s.(setFunc); ok {
![]() |
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. |