aboutsummaryrefslogtreecommitdiff
path: root/doc/next/6-stdlib/99-minor/reflect/60427.md
blob: 92230cde1a9907e1383aa538f0b722a396dc269a (plain)
1
2
3
4
5
6
The new methods synonymous with the method of the same name in [`reflect.Value`](/pkg/reflect#Value)
are added to [`reflect.Type`](/pkg/reflect#Type):
1. [`OverflowComplex`](/pkg/reflect#Type.OverflowComplex)
2. [`OverflowFloat`](/pkg/reflect#Type.OverflowFloat)
3. [`OverflowInt`](/pkg/reflect#Type.OverflowInt)
4. [`OverflowUint`](/pkg/reflect#Type.OverflowUint)