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を作る。