Macro store_coeffs

Source
macro_rules! store_coeffs {
    ( $arr:expr, $( $x:expr ),* ) => { ... };
}