type golang.org/x/text/runes.cond
7 uses
golang.org/x/text/runes (current package)
cond.go#L53: a := &cond{
cond.go#L68: type cond struct {
cond.go#L76: func (t *cond) Reset() {
cond.go#L82: func (t *cond) is(r rune) bool {
cond.go#L92: func (t *cond) isNot(r rune) bool {
cond.go#L107: func (t *cond) Span(src []byte, atEOF bool) (n int, err error) {
cond.go#L147: func (t *cond) 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. |