seq

Macro seq 

Source
macro_rules! seq {
    ($head:expr, $tail:expr $(, $rest:expr)* $(,)?) => { ... };
}