macro_rules! mul_vec {
( $v:expr; $n:expr ) => { ... };
( $v:expr; $n:expr, $($ns:expr),+ ) => { ... };
}
Expand description
多次元のVec
を作る。
macro_rules! mul_vec {
( $v:expr; $n:expr ) => { ... };
( $v:expr; $n:expr, $($ns:expr),+ ) => { ... };
}
多次元のVec
を作る。