type golang.org/x/text/runes.remove
6 uses
golang.org/x/text/runes (current package)
runes.go#L98: return Transformer{remove(f)}
runes.go#L100: return Transformer{remove(s.Contains)}
runes.go#L105: type remove func(r rune) bool
runes.go#L107: func (remove) Reset() {}
runes.go#L110: func (t remove) Span(src []byte, atEOF bool) (n int, err error) {
runes.go#L133: func (t remove) Transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error) {
![]() |
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. |