Letting each tuple[Callable[[T], None], T]
have its own T
is currently not possible, since TypeVarTuple
transformations have yet to be supported.
Letting each tuple[Callable[[T], None], T]
have its own T
is currently not possible, since TypeVarTuple
transformations have yet to be supported.