We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Noticed that yall are looking to migrate to hybrid-array instead of bumping to generic-array 1.0, thought I'd get ahead of this:
hybrid-array
generic-array
Can hybrid-array provide conversion methods to/from slices of core arrays?
Eg:
pub fn from_core_arrays_mut<const U: usize>(arrs: &mut [[T; U]]) -> &mut [Array<T, N>] {}
This helps support dependent code which already uses const generics.
Related: fizyk20/generic-array#145
The text was updated successfully, but these errors were encountered:
Yes, we can support that
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Noticed that yall are looking to migrate to
hybrid-array
instead of bumping togeneric-array
1.0, thought I'd get ahead of this:Can
hybrid-array
provide conversion methods to/from slices of core arrays?Eg:
This helps support dependent code which already uses const generics.
Related: fizyk20/generic-array#145
The text was updated successfully, but these errors were encountered: