1 unstable release
0.1.0 | Sep 28, 2022 |
---|
#70 in #fixed
3KB
64 lines
array_range_copy
Very simple crate that allows to do this:
let mut arr = [0; 20];
let arr1 = [1; 10];
arr.copy_array_to::<1>(arr1);
0.1.0 | Sep 28, 2022 |
---|
#70 in #fixed
3KB
64 lines
Very simple crate that allows to do this:
let mut arr = [0; 20];
let arr1 = [1; 10];
arr.copy_array_to::<1>(arr1);