rune_core::macros

Macro last

Source
macro_rules! last {
    ($arg:expr) => { ... };
    ($head:expr, $($rest:expr),+) => { ... };
}
Expand description

Helper macro for the rebind! macro