Skip to content
New issue

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

Implement subscript aliases #78

Closed
ToddFincannon opened this issue Jul 10, 2021 · 0 comments · Fixed by #80 or #190
Closed

Implement subscript aliases #78

ToddFincannon opened this issue Jul 10, 2021 · 0 comments · Fixed by #80 or #190
Assignees
Labels
Milestone

Comments

@ToddFincannon
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment