Macro infisearch::i_debug

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