Type Definition ndarray::Array3 [] [src]

type Array3<A> = Array<A, Ix3>;

three-dimensional array

Trait Implementations

impl<A, V, U> From<Vec<V>> for Array3<A> where
    V: FixedInitializer<Elem = U>,
    U: FixedInitializer<Elem = A>, 
[src]

[src]

Performs the conversion.