const internal/abi.BoundsSlice3C
5 uses
internal/abi (current package)
bounds.go#L19: BoundsSlice3C // s[x:y:?], 0 <= x <= y failed (but boundsSlice3A/B didn't happen)
runtime
error.go#L149: abi.BoundsSlice3C: "slice bounds out of range [%x:%y:]",
error.go#L162: abi.BoundsSlice3C: "slice bounds out of range [%x::]",
panic.go#L194: panic(boundsError{x: int64(x), signed: true, y: y, code: abi.BoundsSlice3C})
panic.go#L198: panic(boundsError{x: int64(x), signed: false, y: y, code: abi.BoundsSlice3C})