Commit b420a6d
authored
slightly better type inference for
Before the return type of `reverse(::NTuple)` inferred as `Tuple`, now
it's more precise, inferring as `NTuple`.
This is a partial reland of JuliaLang#55124 and partial revert of JuliaLang#55375.
Fixes JuliaLang#54495reverse(::NTuple) (JuliaLang#55394)1 parent 040f6cd commit b420a6d
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
858 | 858 | | |
859 | 859 | | |
860 | 860 | | |
| 861 | + | |
| 862 | + | |
| 863 | + | |
0 commit comments