pub type PyArrayLike1<'py, T> = PyArrayLike<'py, T, Ix1>;Expand description
One-dimensional array like.
Aliased Typeยง
pub struct PyArrayLike1<'py, T>(/* private fields */);pub type PyArrayLike1<'py, T> = PyArrayLike<'py, T, Ix1>;One-dimensional array like.
pub struct PyArrayLike1<'py, T>(/* private fields */);