[][src]Type Definition numpy::PyReadonlyArray5

type PyReadonlyArray5<'py, T> = PyReadonlyArray<'py, T, Ix5>;

Five-dimensional readonly array.