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:
Can hybrid-array provide conversion methods to/from slices of core arrays?
Eg:
pubfnfrom_core_arrays_mut<constU:usize>(arrs:&mut[[T;U]]) -> &mut[Array<T,N>]{}This helps support dependent code which already uses const generics.
Related: fizyk20/generic-array#145
Noticed that yall are looking to migrate to
hybrid-arrayinstead of bumping togeneric-array1.0, thought I'd get ahead of this:Can
hybrid-arrayprovide conversion methods to/from slices of core arrays?Eg:
This helps support dependent code which already uses const generics.
Related: fizyk20/generic-array#145