Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow CartesianIndices with Bool argument
Follow up to the problem discussed in JuliaLang#31829 (comment). I came to the conclusion that `CartesianIndices((true,))` should be allowed as in this context `true` represents a dimension length not an index.
- Loading branch information