Macro span

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