const internal/abi.BoundsSliceB

5 uses

	internal/abi (current package)
		bounds.go#L15: 	BoundsSliceB                            // s[x:y], 0 <= x <= y failed (but boundsSliceA didn't happen)

	runtime
		error.go#L145: 	abi.BoundsSliceB:     "slice bounds out of range [%x:%y]",
		error.go#L158: 	abi.BoundsSliceB:     "slice bounds out of range [%x:]",
		panic.go#L154: 	panic(boundsError{x: int64(x), signed: true, y: y, code: abi.BoundsSliceB})
		panic.go#L160: 	panic(boundsError{x: int64(x), signed: false, y: y, code: abi.BoundsSliceB})