// <4> A "Vec" type is shorthand for vector. Vectors are arrays that will dynamically expand when needed. // The underscore asks the the compiler to infer the type of the vector's elements. let fields: Vec<_> = record