const internal/abi.BoundsSliceAlen

5 uses

	internal/abi (current package)
		bounds.go#L13: 	BoundsSliceAlen                         // s[?:x], 0 <= x <= len(s) failed

	runtime
		error.go#L143: 	abi.BoundsSliceAlen:  "slice bounds out of range [:%x] with length %y",
		error.go#L156: 	abi.BoundsSliceAlen:  "slice bounds out of range [:%x]",
		panic.go#L128: 	panic(boundsError{x: int64(x), signed: true, y: y, code: abi.BoundsSliceAlen})
		panic.go#L134: 	panic(boundsError{x: int64(x), signed: false, y: y, code: abi.BoundsSliceAlen})