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.