Macro anyvec

Source
macro_rules! anyvec {
    ($( $val:expr ,)*) => { ... };
    ($( $val:expr ),*) => { ... };
}