-
Notifications
You must be signed in to change notification settings - Fork 321
Transition to using fixed size arrays for dimensions #6
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
Comments
Indices of such added in #34, but it's just a step. |
I'm working on fixed size array dimension now. In concrete,
PSA: Switching to the explicit size aliases like |
I have considered making the opposite change a few times. I agree that |
Ok, the description of the issue in the first post here is a red herring -- the syntax used in indexing is already achieved using conversion traits and that part is "easy". I understand that heterogenous tuples would make interesting things (however do note that The big change here is going to 2d Arrays (for exampmle) as |
Main win is syntax,
array[[1, 2]]
is pretty sweet.The text was updated successfully, but these errors were encountered: