Macro const_struct::match_underscore

source ยท
macro_rules! match_underscore {
    (_, $tt_is_underscore:expr) => { ... };
    ($input:expr, $tt_is_underscore:expr) => { ... };
}