var internal/bytealg.MaxLen
7 uses
internal/bytealg (current package)
bytealg.go#L25: var MaxLen int
index_amd64.go#L13: MaxLen = 63
index_amd64.go#L15: MaxLen = 31
bytes
bytes.go#L244: if bytealg.MaxLen >= width {
bytes.go#L328: if bytealg.MaxLen >= size {
bytes.go#L1276: case n <= bytealg.MaxLen:
strings
strings.go#L1208: case n <= bytealg.MaxLen:
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |