from typing import reveal_type def f[T](x: T) -> T: return x x = (1, "hello world") reveal_type(f(x)) # this is `tuple[int, str]` reveal_type(f((1, "hello world ...
proposalThis issue suggests modifications. If it also has the "accepted" label then it is planned.This issue suggests modifications. If it also has the "accepted" label then it is planned. x.zig:5:20: ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results