TypeScript: How to write strict generic tuple arrays?
My generic type gets turned into a union. But I wan’t the “T” to be generic individually for each tuple in the array:
My generic type gets turned into a union. But I wan’t the “T” to be generic individually for each tuple in the array: