I found out that I can use both vec![] and vec!() in my code and they both do the same -- initialize a Vec. I found no documentation o
vec![]
vec!()
Vec