func internal/bytealg.Cutover
5 uses
internal/bytealg (current package)
index_amd64.go#L23: func Cutover(n int) int {
internal/stringslite
strings.go#L68: if fails > bytealg.Cutover(i) {
bytes
bytes.go#L182: if (haveFastIndex && fails > bytealg.Cutover(i)) && i < len(s) ||
bytes.go#L1321: if fails > bytealg.Cutover(i) {
strings
strings.go#L167: if (haveFastIndex && fails > bytealg.Cutover(i)) && i < len(s) ||
![]() |
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. |