Macro repeat

Source
macro_rules! repeat {
    ($array:expr, $count:expr) => { ... };
    ($array:expr, $count:expr, stream = $stream:expr) => { ... };
    ($array:expr, $count:expr, dtype = $dtype:ty) => { ... };
    ($array:expr, $count:expr, dtype = $dtype:ty, stream = $stream:expr) => { ... };
}
Expand description

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