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