Skip to main content

make_postfix

Function make_postfix 

Source
pub fn make_postfix(
    symbol: &str,
    precedence: u32,
    expansion: &str,
) -> NotationEntry
Expand description

Build a simple postfix notation entry.