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