chain

Macro chain 

Source
macro_rules! chain {
    ($first:expr $(, $rest:expr)+ $(,)?) => { ... };
}