shared_array

Macro shared_array 

Source
macro_rules! shared_array {
    ($($element:expr),*) => { ... };
    ($($element:expr),+ ,) => { ... };
}