gh-91162: Support splitting of unpacked arbitrary-length tuple over TypeVar and TypeVarTuple parameters (alt) (GH-93412)
For example: A[T, *Ts][*tuple[int, ...]] -> A[int, *tuple[int, ...]] A[*Ts, T][*tuple[int, ...]] -> A[*tuple[int, ...], int]
S
Serhiy Storchaka committed
3473817106c23eca7341c931453da0341c367e1d
Parent: 23c9feb
Committed by GitHub <noreply@github.com>
on 6/12/2022, 1:22:01 PM