Type Alias numpy::PyArrayLikeDyn

source ·
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 */);