Vectors in Rust

Pascal Precht
InstructorPascal Precht

Social Share Links

Tweet

In this lesson you'll learn about Vec<T>, or Vectors. Vectors are like Arrays, a collection of values of the same type, but as opposed to Arrays, Vectors can change in size.