macro_rules! terms { ( $( [ $coeff:expr, [ $( $func:expr ),* $(,)? ] ] ),* $(,)? ) => { ... }; }
Macro to construct an array of Term<N> instances.
Term<N>