Skip to main content

INFIX

Constant INFIX 

Source
pub const INFIX: &[Infix];
Expand description

The complete infix table. Precedence follows Ruby’s where Ruby has an opinion; |> (below) sits under everything so a |> f |> g chains without parentheses.