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