Re: [go-nuts] Is there a place to track the proposal about "reflection on type arguments"?

2021-10-29 Thread Jindong Zhang
:= reflect.TypeOf((*T)(nil)).Elem() fmt.Printf("type is: %s\n", x) } ``` But it's too tricky for me and not sure can it work in the future. 在2021年10月30日星期六 UTC+8 上午1:12:28 写道: > On Fri, Oct 29, 2021 at 10:04 AM Jindong Zhang wrote: > > > > I see there is a discus

[go-nuts] Is there a place to track the proposal about "reflection on type arguments"?

2021-10-29 Thread Jindong Zhang
Hi there, I see there is a discussion about "reflection on type arguments" at the end of type parameters proposal (generics) . I am interested in this but don't find any futher discussion about this topi