Macro numpy::pyarray

source ·
macro_rules! pyarray {
    ($py: ident, $([$([$($x:expr),* $(,)*]),+ $(,)*]),+ $(,)*) => { ... };
    ($py: ident, $([$($x:expr),* $(,)*]),+ $(,)*) => { ... };
    ($py: ident, $($x:expr),* $(,)*) => { ... };
}
👎Deprecated since 0.21.0: will be replace by pyarray_bound in the future
Expand description

Deprecated form of pyarray_bound