Macro symbolica::fun

source ยท
macro_rules! fun {
    ($name:ident, $($id:expr),*) => { ... };
}
Expand description

Create a new function by providing its name as the first argument, followed by the list of arguments. This macro uses FunctionBuilder.