mirror of
https://github.com/golang/go.git
synced 2025-05-30 19:52:53 +00:00
This is a practical use of CL 577915, follow-up to CL 577835. Change-Id: Ibe7e2fa11b444afa1898dc6f6aba1512fe98f1fe Reviewed-on: https://go-review.googlesource.com/c/go/+/578195 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Jonathan Amsterdam <jba@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
7 lines
187 B
Markdown
7 lines
187 B
Markdown
The new methods synonymous with the method of the same name
|
|
in [Value] are added to [Type]:
|
|
1. [Type.OverflowComplex]
|
|
2. [Type.OverflowFloat]
|
|
3. [Type.OverflowInt]
|
|
4. [Type.OverflowUint]
|