Eigenpoll : D features : wish: vectorization 

What is a vectorized expression? Basically, loops that does not specify any
order of execution. If there is no order specified, of course the compiler
can choose any one that is efficient or maybe even distribute the code and
execute it in parallel.

vectorization is to multi-dimensional arrays as sql is to database tables.