Macro tt_call::tt_true

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

Predicate that is always true. [tt-call]

Input

  • input = [{ anything }]

Output

  • output = [{ true }]