Macro rustitude_core::prelude::model
source ยท macro_rules! model { ($($term:expr),+ $(,)?) => { ... }; }
Expand description
Convenience macro for boxing up coherent sum terms into a Model.
macro_rules! model { ($($term:expr),+ $(,)?) => { ... }; }
Convenience macro for boxing up coherent sum terms into a Model.