macro_rules! list {
($x:expr; $cx:expr) => { ... };
($x:expr, $($y:expr),+ $(,)? ; $cx:expr) => { ... };
}
Expand description
TODO: Document
macro_rules! list {
($x:expr; $cx:expr) => { ... };
($x:expr, $($y:expr),+ $(,)? ; $cx:expr) => { ... };
}
TODO: Document