Array of array

RenatoL rexlen at gmail.com
Mon Jan 2 14:21:43 PST 2012


Just curious... the answer of the compiler it's a bit unclear to
me...

T[] is a dynamic array of type T.
T[][] is a dynamic array of T[]. But this doesn't work. Why?


More information about the Digitalmars-d-learn mailing list