We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The subscript alias operator <-> allows a subscript range to be defined as an alias of another subscript range with the same indices. For example:
DimE <-> DimF DimF: F1, F2, F3
DimE will have indices F1, F2, F3.
The text was updated successfully, but these errors were encountered:
feat: implement the <-> subscript alias operator (#78)
1dc68a9
feat: implement the <-> subscript alias operator (#80)
a43917f
Fixes #78
ToddFincannon
Successfully merging a pull request may close this issue.
The subscript alias operator <-> allows a subscript range to be defined as an alias of another subscript range with the same indices. For example:
DimE <-> DimF
DimF: F1, F2, F3
DimE will have indices F1, F2, F3.
The text was updated successfully, but these errors were encountered: