Fill Array
Usage
extern crate fill_array;
Output
extern crate fill_array;
#[macro_use]
extern crate fill_array;
pub fn main() {
fill![Vec::new(); 3]
}
#[macro_use]
extern crate fill_array;
pub fn main() {
[Vec::new(), Vec::new(), Vec::new()]
}