runtime.boundsError.x (field)

19 uses

	runtime (current package)
		error.go#L113: 	x int64
		error.go#L180: 	if e.signed && e.x < 0 {
		error.go#L196: 			b = appendIntStr(b, e.x, e.signed)
		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})