You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
slightly better type inference for reverse(::NTuple) (#55394)
Before the return type of `reverse(::NTuple)` inferred as `Tuple`, now
it's more precise, inferring as `NTuple`.
This is a partial reland of #55124 and partial revert of #55375.
Fixes#54495
0 commit comments