macro_rules! tt_false { { $caller : tt input = [{ $($in : tt) * }] } => { ... }; }
Predicate that is always false. [tt-call]
input = [{
}]
output = [{ false }]