[go-nuts] about keyword constraint?

2022-03-19 Thread xie cui
in the period of typeparam development, we have try to add a keyword constraint, why we remove it finally, i am trying to understand why to add it and why to remove int finally. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe fro

Re: [go-nuts] Mathematical operations - the generics way

2022-03-19 Thread fgergo
some details: https://github.com/golang/go/issues/48918 On 3/18/22, Endre Simo wrote: > Now that generics are officially supported, I was checking in the Go source > > if there are some generic implementation of utility methods like Abs, Min, > Max etc, but I couldn't find it other than this > pr