Skip to content

Remove const generic from arrays#866

Merged
kylebarron merged 14 commits into
mainfrom
kyle/remove-const-generic-from-arrays
Nov 16, 2024
Merged

Remove const generic from arrays#866
kylebarron merged 14 commits into
mainfrom
kyle/remove-const-generic-from-arrays

Conversation

@kylebarron

@kylebarron kylebarron commented Nov 15, 2024

Copy link
Copy Markdown
Member

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
Copy Markdown
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
@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