[Second review] SE-0453: Vector, a fixed size array

I like FixedSizeArray. WGSL, for example, distinguishes between fixed-size arrays (array<T,N>) and runtime-sized arrays (array<T>).

5 Likes