Macro numeric_array::nconstant [] [src]

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

Creates a new NumericConstant from the given expression.