serial

Macro serial 

Source
macro_rules! serial {
    ($($x:expr),* $(,)?) => { ... };
}