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 Fill for derived array types #489

Open
dhardy opened this issue Jun 2, 2018 · 1 comment
Open

Implement Fill for derived array types #489

dhardy opened this issue Jun 2, 2018 · 1 comment
Labels
E-help-wanted Participation: help wanted F-new-int Functionality: new, within Rand P-low Priority: Low X-enhancement Type: proposed enhancement

Comments

@dhardy
Copy link
Member

dhardy commented Jun 2, 2018

E.g. it would be good to support types like [[u64; 32]; 4] or [[u64]].

@dhardy dhardy added X-enhancement Type: proposed enhancement F-new-int Functionality: new, within Rand P-low Priority: Low E-help-wanted Participation: help wanted labels Jun 2, 2018
@dhardy dhardy mentioned this issue Jun 27, 2018
28 tasks
@dhardy
Copy link
Member Author

dhardy commented Feb 28, 2020

With specialization, we can implement our special filling routines via the Standard distribution, then make our Fill trait (#940) a wrapper or remove it completely.

Until then, and especially without const_generics, there are too many permutations of types to support.

@vks vks changed the title Implement AsByteSliceMut for derived array types Implement Fill for derived array types Sep 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E-help-wanted Participation: help wanted F-new-int Functionality: new, within Rand P-low Priority: Low X-enhancement Type: proposed enhancement
Projects
None yet
Development

No branches or pull requests

1 participant