Array in array

xfiles xifles at xfire.com
Sat Oct 27 14:16:55 PDT 2012


Hi everybody!
I want create a multi array like python.
For example(in python):
a=[1,2]
a.append([1234],3)
a.append([[4],5],6)

and result is = [1,2,[1234],3,[[4],5],6]

How can I do this in D


More information about the Digitalmars-d mailing list