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.
macro_rules! iterate_integer_array {
($self:expr, | $_1:tt $rust_type:ident, $_2:tt $iterator:ident | $($body:tt)*) => { ... };
}
Iterate over an array of integers by dispatching at run-time on the array type.