- Move `into_shared` from `DataOwned` to `Data`, add an `A: Clone` bound, and drop the "without any copying" guarantee. (See the discussion in #1021.) - Implement `From` for more combinations of array types.
Move
into_sharedfromDataOwnedtoData, add anA: Clonebound, and drop the "without any copying" guarantee. (See the discussion in Implement From<Array<A, D>> for ArcArray<A, D> #1021.)Implement
Fromfor more combinations of array types.