Skip to main content

mono

Macro mono 

Source
macro_rules! mono {
    () => { ... };
    ($var:ident ^ $pow:literal $(* $($rest:tt)*)?) => { ... };
    ($var:ident $(* $($rest:tt)*)?) => { ... };
}
Expand description

Create a Mono. Accepts 1-character ASCII variable names; for example, mono!(x*y^5).