We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Move into_shared from DataOwned to Data, add an A: Clone bound, and drop the "without any copying" guarantee. (See the discussion in Implement From<Array<A, D>> for ArcArray<A, D> #1021.)
into_shared
DataOwned
Data
A: Clone
Implement From for more combinations of array types.
From