macro_rules! nconstant {
($value:expr) => { ... };
}Expand description
Creates a new NumericConstant from the given expression.
macro_rules! nconstant {
($value:expr) => { ... };
}Creates a new NumericConstant from the given expression.