Given a tuple, how do I extract the type parameters information? It seems that I can do the following but I’m wondering if there’s a better way i.e. using a public API rather than accessing the types or parameters field (which seems “private” to me). Similar post from 1.5 years ago.