IndexBuffer.DynSourceType representing a dynamic array indexed by indices.
make default creates a new dynamic array with the given default value.
get t i returns the value at index i in array t.
set t i x sets the value at index i in array t to x.
Extract a static vector from a dynamic one once the cardinal is known.