어레이는 그냥 []로 생성하고 벡터는
vec! 매크로 필요함Array vs Vector in Data Oriented Design
Hi Rustaceans, I am a newbie in low level programming in general, although I have done some C++ programming. Please do advice me if the following is a stupid question because it's likely that I have some fundamental misunderstandings on arrays vs vectors or data oriented designs.
https://www.reddit.com/r/rust/comments/hpmh72/array_vs_vector_in_data_oriented_design/

Seonglae Cho