rune_core::macros

Macro list

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

TODO: Document