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