pub type PyArrayLikeDyn<'py, T, C = TypeMustMatch> = PyArrayLike<'py, T, IxDyn, C>;
Expand description
Receiver for arrays or array-like types whose dimensionality is determined at runtime.
Aliased Typeยง
struct PyArrayLikeDyn<'py, T, C = TypeMustMatch>(/* private fields */);