Contiguous collection types. Namely Array and Vector for contiguous collections that vary in size at runtime.
Array
Vector
Box<[T]>
[T; N]
Array<T>