mirror of
https://github.com/golang/go
synced 2024-11-15 12:20:32 -07:00
33013e8ea8
This CL adds new methods synonymous with the method of the same name
in reflect.Value to reflect.Type: OverflowComplex, OverflowFloat, OverflowInt, OverflowUint.
Fixes #60427
Change-Id: I7a0bb35629e59a7429820f13fcd3a6f120194bc6
GitHub-Last-Rev: 26c11bcffe
GitHub-Pull-Request: golang/go#65955
Reviewed-on: https://go-review.googlesource.com/c/go/+/567296
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
5 lines
275 B
Plaintext
5 lines
275 B
Plaintext
pkg reflect, type Type interface, OverflowComplex(complex128) bool #60427
|
|
pkg reflect, type Type interface, OverflowFloat(float64) bool #60427
|
|
pkg reflect, type Type interface, OverflowInt(int64) bool #60427
|
|
pkg reflect, type Type interface, OverflowUint(uint64) bool #60427
|