macro_rules! INIT_ARRAY_DATA {
($ArrayType:ident, $last_length:ident) => { ... };
($ArrayType:ident, $first_length:ident, $($rest_length:ident),+) => { ... };
}macro_rules! INIT_ARRAY_DATA {
($ArrayType:ident, $last_length:ident) => { ... };
($ArrayType:ident, $first_length:ident, $($rest_length:ident),+) => { ... };
}