Macro smodel::shared_array

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