Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove unnecessary
true &&
part from at-view
macro
The modification that expands `@view A[i]` to `true && view(A, i)` appears to go back as far as #20247. However, I'm not entirely sure why this is necessary. Considering that just expanding it to `view(A, i)` still seems to pass the base test suite, I wonder if it might be just better to get rid of that part.
- Loading branch information