Type Definition numpy::PyReadonlyArray6

source · []
pub type PyReadonlyArray6<'py, T> = PyReadonlyArray<'py, T, Ix6>;
Expand description

Six-dimensional readonly array.