func internal/bytealg.Index
4 uses
internal/bytealg (current package)
index_native.go#L13: func Index(a, b []byte) int
bytes
bytes.go#L193: if j := bytealg.Index(s[i-last:], b[:n]); j >= 0 {
bytes.go#L1298: return bytealg.Index(s, sep)
bytes.go#L1322: r := bytealg.Index(s[i:], sep)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |