On Sunday, 14 June 2015 at 06:12:30 UTC, Ozan wrote:

Is it possible to create arrays which has more then one type,
f. ex. array[0] = 1; array[1] = "z"; array[2] = new clazz(),

Probably tuples are what you really need here.
http://dlang.org/phobos/std_typecons.html#.Tuple

Reply via email to