Macro take

Source
macro_rules! take {
    ($a:expr, $indices:expr, $axis:expr) => { ... };
    ($a:expr, $indices:expr, $axis:expr, stream = $stream:expr) => { ... };
}
Expand description

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