Macro nconstant

Source
macro_rules! nconstant {
    ($value:expr) => { ... };
}
Expand description

Creates a new NumericConstant from the given expression.