const internal/abi.BoundsSlice3B
5 uses
internal/abi (current package)
bounds.go#L18: BoundsSlice3B // s[?:x:y], 0 <= x <= y failed (but boundsSlice3A didn't happen)
runtime
error.go#L148: abi.BoundsSlice3B: "slice bounds out of range [:%x:%y]",
error.go#L161: abi.BoundsSlice3B: "slice bounds out of range [:%x:]",
panic.go#L184: panic(boundsError{x: int64(x), signed: true, y: y, code: abi.BoundsSlice3B})
panic.go#L188: panic(boundsError{x: int64(x), signed: false, y: y, code: abi.BoundsSlice3B})
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)