Macro dantalian::info

source ·
macro_rules! info {
    (ind: $ind:expr, $($arg:tt)+) => { ... };
    ($($arg:tt)+) => { ... };
}