macro_rules! pyarray_bound {
($py: ident, $([$([$($x:expr),* $(,)*]),+ $(,)*]),+ $(,)*) => { ... };
($py: ident, $([$($x:expr),* $(,)*]),+ $(,)*) => { ... };
($py: ident, $($x:expr),* $(,)*) => { ... };
}👎Deprecated since 0.23.0: renamed to
pyarrayExpand description
Deprecated name for pyarray.