golang.org/x/text/unicode/norm.Iter.returnSlice (method)
5 uses
golang.org/x/text/unicode/norm (current package)
iter.go#L97: func (i *Iter) returnSlice(a, b int) []byte {
iter.go#L235: return i.returnSlice(p, i.p)
iter.go#L238: return i.returnSlice(p, i.p)
iter.go#L328: return i.returnSlice(inCopyStart, i.p)
iter.go#L408: return i.returnSlice(startp, i.p)
![]() |
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. |