pub const INFIX: &[Infix];
The complete infix table. Precedence follows Ruby’s where Ruby has an opinion; |> (below) sits under everything so a |> f |> g chains without parentheses.
|>
a |> f |> g