pub fn array_to_py_info<T, D>(array: &ArrayBase<OwnedRepr<T>, D>) -> PyArrayInfowhere
T: 'static,
D: Dimension,Expand description
Convert array metadata to Python-compatible format
pub fn array_to_py_info<T, D>(array: &ArrayBase<OwnedRepr<T>, D>) -> PyArrayInfowhere
T: 'static,
D: Dimension,Convert array metadata to Python-compatible format