Skip to main content

seq

Macro seq 

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