Krystian
10/04/2023, 5:03 PMkevin.cianfarini
10/04/2023, 5:36 PMList<T>
are guaranteed to be stored in contiguous blocks of memory, but Array<T>
and primitive array types are.
That’s why arrays have to have a pre-defined size as they’re being allocated as a single block of memory up front.