Go 1.22 introduces reflect.TypeFor, a function that returns the Type that represents the type argument T. It is a useful way to create reflect.Type objects for certain types.
Sort: