terms

Macro terms 

Source
macro_rules! terms {
    ( $( [ $coeff:expr, [ $( $func:expr ),* $(,)? ] ] ),* $(,)? ) => { ... };
}
Expand description

Macro to construct an array of Term<N> instances.