Macro tt_call::tt_false[][src]

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

Predicate that is always false. [tt-call]

Input

  • input = [{ anything }]

Output

  • output = [{ false }]