Macro diagonal

Source
macro_rules! diagonal {
    ($a:expr) => { ... };
    ($a:expr, stream = $stream:expr) => { ... };
    ($a:expr, offset = $offset:expr) => { ... };
    ($a:expr, offset = $offset:expr, stream = $stream:expr) => { ... };
    ($a:expr, axis1 = $axis1:expr) => { ... };
    ($a:expr, axis1 = $axis1:expr, stream = $stream:expr) => { ... };
    ($a:expr, axis2 = $axis2:expr) => { ... };
    ($a:expr, axis2 = $axis2:expr, stream = $stream:expr) => { ... };
    ($a:expr, offset = $offset:expr, axis1 = $axis1:expr) => { ... };
    ($a:expr, offset = $offset:expr, axis1 = $axis1:expr, stream = $stream:expr) => { ... };
    ($a:expr, offset = $offset:expr, axis2 = $axis2:expr) => { ... };
    ($a:expr, offset = $offset:expr, axis2 = $axis2:expr, stream = $stream:expr) => { ... };
    ($a:expr, offset = $offset:expr, axis1 = $axis1:expr) => { ... };
    ($a:expr, offset = $offset:expr, axis1 = $axis1:expr, stream = $stream:expr) => { ... };
    ($a:expr, axis1 = $axis1:expr, axis2 = $axis2:expr) => { ... };
    ($a:expr, axis1 = $axis1:expr, axis2 = $axis2:expr, stream = $stream:expr) => { ... };
    ($a:expr, offset = $offset:expr, axis2 = $axis2:expr) => { ... };
    ($a:expr, offset = $offset:expr, axis2 = $axis2:expr, stream = $stream:expr) => { ... };
    ($a:expr, axis1 = $axis1:expr, axis2 = $axis2:expr) => { ... };
    ($a:expr, axis1 = $axis1:expr, axis2 = $axis2:expr, stream = $stream:expr) => { ... };
    ($a:expr, offset = $offset:expr, axis1 = $axis1:expr, axis2 = $axis2:expr) => { ... };
    (
        $a:expr, offset = $offset:expr, axis1 = $axis1:expr, axis2 =
        $axis2:expr, stream = $stream:expr
    ) => { ... };
    ($a:expr, offset = $offset:expr, axis1 = $axis1:expr, axis2 = $axis2:expr) => { ... };
    (
        $a:expr, offset = $offset:expr, axis1 = $axis1:expr, axis2 =
        $axis2:expr, stream = $stream:expr
    ) => { ... };
    ($a:expr, offset = $offset:expr, axis1 = $axis1:expr, axis2 = $axis2:expr) => { ... };
    (
        $a:expr, offset = $offset:expr, axis1 = $axis1:expr, axis2 =
        $axis2:expr, stream = $stream:expr
    ) => { ... };
    ($a:expr, offset = $offset:expr, axis1 = $axis1:expr, axis2 = $axis2:expr) => { ... };
    (
        $a:expr, offset = $offset:expr, axis1 = $axis1:expr, axis2 =
        $axis2:expr, stream = $stream:expr
    ) => { ... };
    ($a:expr, offset = $offset:expr, axis1 = $axis1:expr, axis2 = $axis2:expr) => { ... };
    (
        $a:expr, offset = $offset:expr, axis1 = $axis1:expr, axis2 =
        $axis2:expr, stream = $stream:expr
    ) => { ... };
    ($a:expr, offset = $offset:expr, axis1 = $axis1:expr, axis2 = $axis2:expr) => { ... };
    (
        $a:expr, offset = $offset:expr, axis1 = $axis1:expr, axis2 =
        $axis2:expr, stream = $stream:expr
    ) => { ... };
}
Expand description

Macro generated for the function crate::ops::diagonal. See the function documentation for more details.