What is the difference between vec![] and vec!()

后端 未结 0 1168
刺人心
刺人心 2021-01-03 05:39

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题