Macro tt_call::tt_true[][src]

macro_rules! tt_true {
    { $caller : tt input = [{ $($in : tt) * }] } => { ... };
}
Expand description

Predicate that is always true. [tt-call]

Input

  • input = [{ anything }]

Output

  • output = [{ true }]