pub fn from_cloned<T, A, F>(val: &T) -> Box<A>where
A: BuildArray<T, F>,
T: Clone,Expand description
Constructs an array of cloned values directly on the heap.
The size and the dimensionality of the returned array is not limited.
pub fn from_cloned<T, A, F>(val: &T) -> Box<A>where
A: BuildArray<T, F>,
T: Clone,Constructs an array of cloned values directly on the heap.
The size and the dimensionality of the returned array is not limited.