macro_rules! const_poly {
({
$( [ $coeff:expr, [ $( $func:expr ),* $(,)? ] ] ),* $(,)?
}) => { ... };
}Expand description
Macro that expands to a Polynomial<N, M> expression with inferred type.
macro_rules! const_poly {
({
$( [ $coeff:expr, [ $( $func:expr ),* $(,)? ] ] ),* $(,)?
}) => { ... };
}Macro that expands to a Polynomial<N, M> expression with inferred type.