vortex_array

Macro iterate_integer_array

Source
macro_rules! iterate_integer_array {
    ($self:expr, | $_1:tt $rust_type:ident, $_2:tt $iterator:ident | $($body:tt)*) => { ... };
}
Expand description

Iterate over an array of integers by dispatching at run-time on the array type.