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

use const generics to implement Chunk for all array sizes #221

Merged
merged 1 commit into from
Jun 8, 2022
Merged

use const generics to implement Chunk for all array sizes #221

merged 1 commit into from
Jun 8, 2022

Conversation

icewind1991
Copy link
Contributor

with min-const-generics stable we can implement Chunk for all sizes and not just up to 32

fixes #141

with min-const-generics stable we can implement `Chunk` for all sizes and not just up to 32

fixes #141
@ulmer-a
Copy link

ulmer-a commented Dec 15, 2021

Just asking, is there a reason why this hasn't been merged for some time now?

@stevefan1999
Copy link

@maciejhirsz this also fixes #233, worth merging?

@gimbling-away
Copy link

Please do!

@maciejhirsz maciejhirsz merged commit 05de3cb into maciejhirsz:master Jun 8, 2022
@gimbling-away
Copy link

🎉

@maciejhirsz
Copy link
Owner

Thank you! Released now in 0.12.1

@icewind1991 icewind1991 deleted the chunk-const-generics branch June 11, 2022 19:07
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.

Implement Chunk<'_> for slices larger than 32
5 participants