1 2 3 4 5 6 7 8
use tryingarraylist::{ArrayList,arraylist}; fn main() { let list = arraylist![9;10]; println!("{:#?}",list.len()) }