mirror of
https://github.com/golang/go.git
synced 2025-05-05 23:53:05 +00:00
Updated Go2GenericsFeedback (markdown)
parent
4e84f1739d
commit
42eabff040
@ -88,7 +88,7 @@ As the amount of feedback grows, please feel free to organize this page by speci
|
|||||||
|
|
||||||
> The math package will be extended to provide a set of simple standard algorithms for all numeric types, such as the ever popular Min and Max functions.
|
> The math package will be extended to provide a set of simple standard algorithms for all numeric types, such as the ever popular Min and Max functions.
|
||||||
|
|
||||||
FWIU adding type parameter(s) to an existing type/func makes programs that use the type/func invalid.
|
FWIU adding type parameter(s) to an existing type/func most likely breaks existing programs that use the type/func.
|
||||||
How `math.Max` will be changed?
|
How `math.Max` will be changed?
|
||||||
Is the intention to make backward-incompatible changes and write tools to automatically convert code to Go2?
|
Is the intention to make backward-incompatible changes and write tools to automatically convert code to Go2?
|
||||||
What is the general recommendation for authors of other libraries that provide funcs and types that currently operate with `interface{}`?
|
What is the general recommendation for authors of other libraries that provide funcs and types that currently operate with `interface{}`?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user