Vectors(Rust)
The Rust Programming Language
Vec<T>
Vec::new()でもよいがvec!マクロが便利
push
get, v[2] getはOptionをかえす