Macro generate_vec_with

Source
macro_rules! generate_vec_with {
    ($x:expr, $count:expr) => { ... };
}
Expand description

生成Vec,用特定数目的默认值填充