var unicode/utf8.first
9 uses
unicode/utf8 (current package)
utf8.go#L65: var first = [256]uint8{
utf8.go#L109: x := first[p[0]]
utf8.go#L129: x := first[s[0]]
utf8.go#L157: x := first[p0]
utf8.go#L205: x := first[s0]
utf8.go#L385: x := first[c]
utf8.go#L420: x := first[c]
utf8.go#L473: x := first[pi]
utf8.go#L519: x := first[si]
![]() |
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. |