pub type PyArrayLike1<'py, T, C = TypeMustMatch> = PyArrayLike<'py, T, Ix1, C>;Expand description
Receiver for one-dimensional arrays or array-like types.
Aliased Typeยง
pub struct PyArrayLike1<'py, T, C = TypeMustMatch>(/* private fields */);pub type PyArrayLike1<'py, T, C = TypeMustMatch> = PyArrayLike<'py, T, Ix1, C>;Receiver for one-dimensional arrays or array-like types.
pub struct PyArrayLike1<'py, T, C = TypeMustMatch>(/* private fields */);