Macro mul_vec

Source
macro_rules! mul_vec {
    ( $v:expr; $n:expr ) => { ... };
    ( $v:expr; $n:expr, $($ns:expr),+ ) => { ... };
}
Expand description

多次元のVecを作る。