pub fn make_postfix(
symbol: &str,
precedence: u32,
expansion: &str,
) -> NotationEntryExpand description
Build a simple postfix notation entry.
pub fn make_postfix(
symbol: &str,
precedence: u32,
expansion: &str,
) -> NotationEntryBuild a simple postfix notation entry.