Type Definition ndarray::Array3[][src]

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

three-dimensional array

Trait Implementations

Performs the conversion.