Skip to main content

list

Macro list 

Source
macro_rules! list {
    ($($v:expr),+ $(,)?) => { ... };
}