proposal: reflect: add generic type arg info to reflect.Type · Issue #54393 · golang/go
I'm not sure if this has been discussed already (I couldn't find a prior issue), but currently reflect.Type has no direct methods to retrieve the type arguments of generic types. The only way to re...