[][src]Macro tt_call::tt_true

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

Predicate that is always true. [tt-call]

Input

  • input = [{ anything }]

Output

  • output = [{ true }]