Finally full multidimensional arrays support in D

Christof Schardt csnews at schardt.info
Mon Mar 17 14:35:57 PDT 2014


I looked to the doku-page and expected to see, how some basic
matrix-operations could be performed.
Like e.g. (basic syntax) this:

 Dim  a(10,12)
 a(3,4) = 7
 a(i,j) = a(j,i) * 12

Instead I found exotic assignments and calculations.
Did I expect the wrong thing?







More information about the Digitalmars-d mailing list