Open
Description
-
Move
into_shared
fromDataOwned
toData
, add anA: Clone
bound, and drop the "without any copying" guarantee. (See the discussion in Implement From<Array<A, D>> for ArcArray<A, D> #1021.) -
Implement
From
for more combinations of array types.