Commit 9ce3dd3
authored
Make Base.Cartesian public (#59459)
Some of the stuff in this module has slightly silly but extremely useful
API (e.g. the identification of `i` in variable names in `Base.@nexprs
10 i -> x_i = i`). Make it public.
As a point of reference, nothing more, `@nexprs` is already widely used
https://juliahub.com/ui/Search?type=symbols&q=@nexprs&t=macro
closes #583781 parent 92af0d8 commit 9ce3dd3
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
0 commit comments