[][src]Type Definition numpy::PyReadonlyArray1

type PyReadonlyArray1<'py, T> = PyReadonlyArray<'py, T, Ix1>;

One-dimensional readonly array.