type runtime.boundsError
19 uses
runtime (current package)
error.go#L112: type boundsError struct {
error.go#L166: func (e boundsError) RuntimeError() {}
error.go#L178: func (e boundsError) Error() string {
panic.go#L88: panic(boundsError{x: int64(x), signed: true, y: y, code: boundsIndex})
panic.go#L92: panic(boundsError{x: int64(x), signed: false, y: y, code: boundsIndex})
panic.go#L98: panic(boundsError{x: int64(x), signed: true, y: y, code: boundsSliceAlen})
panic.go#L102: panic(boundsError{x: int64(x), signed: false, y: y, code: boundsSliceAlen})
panic.go#L106: panic(boundsError{x: int64(x), signed: true, y: y, code: boundsSliceAcap})
panic.go#L110: panic(boundsError{x: int64(x), signed: false, y: y, code: boundsSliceAcap})
panic.go#L116: panic(boundsError{x: int64(x), signed: true, y: y, code: boundsSliceB})
panic.go#L120: panic(boundsError{x: int64(x), signed: false, y: y, code: boundsSliceB})
panic.go#L126: panic(boundsError{x: int64(x), signed: true, y: y, code: boundsSlice3Alen})
panic.go#L130: panic(boundsError{x: int64(x), signed: false, y: y, code: boundsSlice3Alen})
panic.go#L134: panic(boundsError{x: int64(x), signed: true, y: y, code: boundsSlice3Acap})
panic.go#L138: panic(boundsError{x: int64(x), signed: false, y: y, code: boundsSlice3Acap})
panic.go#L144: panic(boundsError{x: int64(x), signed: true, y: y, code: boundsSlice3B})
panic.go#L148: panic(boundsError{x: int64(x), signed: false, y: y, code: boundsSlice3B})
panic.go#L154: panic(boundsError{x: int64(x), signed: true, y: y, code: boundsSlice3C})
panic.go#L158: panic(boundsError{x: int64(x), signed: false, y: y, code: boundsSlice3C})
 |
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. |