macro_rules! repeat {
($array:expr, $count:expr, $axis:expr) => { ... };
($array:expr, $count:expr, $axis:expr, stream = $stream:expr) => { ... };
($array:expr, $count:expr, $axis:expr, dtype = $dtype:ty) => { ... };
(
$array:expr, $count:expr, $axis:expr, dtype = $dtype:ty, stream =
$stream:expr
) => { ... };
}
Expand description
Macro generated for the function crate::ops::repeat
. See the function documentation for more details.