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

Remove const generic from arrays #866

Merged
merged 14 commits into from
Nov 16, 2024

Conversation

kylebarron
Copy link
Member

@kylebarron kylebarron commented Nov 15, 2024

Removes the const D: usize generic on each array type, delegating the coordinate dimension to the coordinate buffer.

Closes #822, for #801. Builds on #845

@kylebarron
Copy link
Member Author

A lot of the doc tests still need to be updated, plus the bindings, but otherwise this is a big step!

@kylebarron kylebarron marked this pull request as ready for review November 16, 2024 04:07
@kylebarron kylebarron merged commit aa0e82e into main Nov 16, 2024
21 of 22 checks passed
@kylebarron kylebarron deleted the kyle/remove-const-generic-from-arrays branch November 16, 2024 04:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Avoid const generics for nD
1 participant