Macro anyrust::array

source ยท
macro_rules! array {
    ($($x:expr),*) => { ... };
}