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